Notice (8): Undefined property: CakeErrorController::$Pagination [APP/controllers/app_controller.php, line 21]
Code {
$this->Session->write('itemspp', $this->Pagination->show);
AppController::beforeRender() - APP/controllers/app_controller.php, line 21
Controller::render() - CORE/cake/libs/controller/controller.php, line 760
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88
Notice (8): Trying to get property of non-object [APP/controllers/app_controller.php, line 21]
Code {
$this->Session->write('itemspp', $this->Pagination->show);
AppController::beforeRender() - APP/controllers/app_controller.php, line 21
Controller::render() - CORE/cake/libs/controller/controller.php, line 760
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88
Missing Controller
Error:
ImgController could not be found.
Error:
Create the class ImgController below in file: admin/controllers/img_controller.php
<?php
class ImgController extends AppController {
var $name = 'Img';
}
?>
Notice:
If you want to customize this error message, create admin/views/errors/missing_controller.ctp
(default) 2 queries took 351 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | DESCRIBE `titles_languages` | | 3 | 3 | 312 |
| 2 | SELECT `Language`.`id`, `Language`.`languageName` FROM `titles_languages` AS `Language` WHERE 1 = 1 | | 2 | 2 | 39 |