Warning (512): SQL Error: 1054: Unknown column 'News.s_q_l' in 'where clause' [CORE/cake/libs/model/datasources/dbo_source.php, line 684]Code |
Context $out = null;
if ($error) {
trigger_error('<span style="color:Red;text-align:left"><b>' . __('SQL Error:', true) . "</b> {$this->error}</span>", E_USER_WARNING);
$sql = "SELECT `News`.`id`, `News`.`msg`, `News`.`date`, `News`.`msg_short`, `News`.`title`, `News`.`person_id`, `News`.`important`, `News`.`picture_id`, `News`.`type`, `News`.`team_id`, `News`.`views`, `News`.`photobook_id` FROM `newsses` AS `News` WHERE `News`.`s_q_l` = 'SELECT date, title, msg FROM newsses ORDER BY date DESC' LIMIT 1"
$error = "1054: Unknown column 'News.s_q_l' in 'where clause'"
$out = null
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 684
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 266
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821
Model::find() - CORE/cake/libs/model/model.php, line 2142
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
News::findBySQL() - APP/controllers/newsses_controller.php, line 175
NewssesController::getXML() - APP/controllers/newsses_controller.php, line 175
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Query: SELECT `News`.`id`, `News`.`msg`, `News`.`date`, `News`.`msg_short`, `News`.`title`, `News`.`person_id`, `News`.`important`, `News`.`picture_id`, `News`.`type`, `News`.`team_id`, `News`.`views`, `News`.`photobook_id` FROM `newsses` AS `News` WHERE `News`.`s_q_l` = 'SELECT date, title, msg FROM newsses ORDER BY date DESC' LIMIT 1
Fatal error: Call to undefined function vendor() in /var/www/blauwgeel55.nl/htdocs/app/controllers/newsses_controller.php on line 176