Code |
Context$sql = "generateList"
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generateList' at line 1"
$out = null
$out = null;
if ($error) {
trigger_error("<span style = \"color:Red;text-align:left\"><b>SQL Error:</b> {$this->error}</span>", E_USER_WARNING);
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 526
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 202
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 337
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 298
Model::call__() - CORE/cake/libs/model/model.php, line 465
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 51
Author::generateList() - APP/controllers/books_controller.php, line 35
BooksController::admin_add() - APP/controllers/books_controller.php, line 35
CakeObject::dispatchMethod() - CORE/cake/libs/cake_object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 83