Warning (2): array_reverse() expects parameter 1 to be array, null given [APP/controllers/categories_controller.php, line 148]Code |
Context$categoryId = null
$title = ""
$parents = null
array_reverse - [internal], line ??
CategoriesController::get_title() - APP/controllers/categories_controller.php, line 148
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
Object::requestAction() - CORE/cake/libs/object.php, line 95
include - APP/views/elements/category_title.ctp, line 2
View::_render() - CORE/cake/libs/view/view.php, line 723
View::element() - CORE/cake/libs/view/view.php, line 385
include - APP/views/layouts/default.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 723
View::renderLayout() - CORE/cake/libs/view/view.php, line 482
View::render() - CORE/cake/libs/view/view.php, line 428
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [APP/controllers/categories_controller.php, line 150]Code |
Context $parents = array_reverse($parents);
foreach($parents as $parent){
$categoryId = null
$title = ""
$parents = null
CategoriesController::get_title() - APP/controllers/categories_controller.php, line 150
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
Object::requestAction() - CORE/cake/libs/object.php, line 95
include - APP/views/elements/category_title.ctp, line 2
View::_render() - CORE/cake/libs/view/view.php, line 723
View::element() - CORE/cake/libs/view/view.php, line 385
include - APP/views/layouts/default.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 723
View::renderLayout() - CORE/cake/libs/view/view.php, line 482
View::render() - CORE/cake/libs/view/view.php, line 428
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83