Warning (512): SQL 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 'findAll' at line 1 [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 = "findAll"
$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 'findAll' at line 1"
$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::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 364
Model::call__() - CORE/cake/libs/model/model.php, line 502
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50
Picture::findAll() - APP/controllers/photobooks_controller.php, line 105
PhotobooksController::showpictures() - APP/controllers/photobooks_controller.php, line 105
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Query: findAll
Query: findAll
Query: findAll
Warning (2): array_reverse() expects parameter 1 to be array, boolean given [APP/controllers/photobooks_controller.php, line 110]Code |
Context$book_id = "21"
$pic_id = "989"
$main = false
$book = false
array_reverse - [internal], line ??
PhotobooksController::showpictures() - APP/controllers/photobooks_controller.php, line 110
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Query: findAll
Fotoalbums
Fatal error: Cannot unset string offsets in /usr/share/php/cakephp-cakephp-52f4b08/cake/libs/view/helpers/html.php on line 621