Database_Exception [ 1054 ]: Unknown column '6_23' in 'where clause' [ SELECT b.adultprice,a.* FROM sline_line AS a LEFT JOIN sline_line_suit_price AS b ON a.id=b.lineid LEFT JOIN sline_kindorderlist AS c ON a.id=c.aid AND c.typeid=1 AND c.classid=36 WHERE a.ishidden=0 AND FIND_IN_SET(36,a.kindlist) AND b.day>=1710777600 AND b.adultprice>=0 AND b.adultprice<=6_23 GROUP BY b.lineid ]

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 [ 275 ] » Kohana_Database_MySQL->query(arguments)

  2. DOCROOT/plugins/developer/classes/controller/line/line.php [ 752 ] » Kohana_Database_Query->execute()

  3. DOCROOT/plugins/developer/classes/controller/line/line.php [ 379 ] » Controller_Line_Line::search_result(arguments)

  4. {PHP internal call} » Controller_Line_Line->action_line_list()

  5. SYSPATH/classes/kohana/request/client/internal.php [ 116 ] » ReflectionMethod->invoke(arguments)

  6. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  7. SYSPATH/classes/kohana/request.php [ 1160 ] » Kohana_Request_Client->execute(arguments)

  8. DOCROOT/index.php [ 135 ] » Kohana_Request->execute()

Environment