Database_Exception [ 1064 ]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-15, 15' at line 10 [ select `n`.*, (select ceil(count(`nt`.`id`) / 15) from `notice` `nt` where `nt`.`category` = 3 and `nt`.`status_id` = 1 and `nt`.`name` like '%%' ) as `page_count` from `notice` `n` where `n`.`category` = 3 and `n`.`status_id` = 1 and `n`.`name` like '%%' order by `day_price` asc limit -15, 15 ]

MODPATH/database/classes/Kohana/Database/MySQL.php [ 194 ]

189 			{
190 				// This benchmark is worthless
191 				Profiler::delete($benchmark);
192 			}
193 
194 			throw new Database_Exception(':error [ :query ]',
195 				array(':error' => mysql_error($this->_connection), ':query' => $sql),
196 				mysql_errno($this->_connection));
197 		}
198 
199 		if (isset($benchmark))
  1. MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQL->query(arguments)

  2. APPPATH/classes/Model/Notice.php [ 68 ] » Kohana_Database_Query->execute()

  3. APPPATH/classes/Controller/Category.php [ 27 ] » Model_Notice->getNotice(arguments)

  4. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Category->action_list()

  5. {PHP internal call} » Kohana_Controller->execute()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  9. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment

Ошибка на странице!