App::__load() - CORE/cake/libs/configure.php, line 1067
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1043
App::import() - CORE/cake/libs/configure.php, line 962
require - CORE/cake/dispatcher.php, line 27
include - CORE/cake/bootstrap.php, line 39
[main] - CORE/www/index.php, line 76
Warning (2): require() [http://php.net/function.require]: Unable to allocate memory for pool. [CORE/cake/libs/overloadable.php, line 35]
require - CORE/cake/libs/overloadable.php, line 35
require - CORE/cake/libs/overloadable.php, line 35
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1043
App::import() - CORE/cake/libs/configure.php, line 962
require - CORE/cake/libs/view/helper.php, line 26
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1043
App::import() - CORE/cake/libs/configure.php, line 962
require - CORE/cake/libs/view/view.php, line 25
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1043
App::import() - CORE/cake/libs/configure.php, line 962
require - CORE/cake/libs/controller/controller.php, line 25
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1026
App::import() - CORE/cake/libs/configure.php, line 962
require - CORE/cake/dispatcher.php, line 28
Warning (2): include() [http://php.net/function.include]: Unable to allocate memory for pool. [CORE/cake/dispatcher.php, line 266]
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 266
Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 266
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 109
[main] - CORE/www/index.php, line 83
Warning (2): require() [http://php.net/function.require]: Unable to allocate memory for pool. [CORE/cake/libs/controller/components/session.php, line 21]
require - CORE/cake/libs/controller/components/session.php, line 21
require - CORE/cake/libs/controller/components/session.php, line 21
App::__load() - CORE/cake/libs/configure.php, line 1067
App::__find() - CORE/cake/libs/configure.php, line 1043
App::import() - CORE/cake/libs/configure.php, line 962
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 209
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 487
CakeErrorController::__construct() - CORE/cake/libs/error.php, line 52
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 90
Object::cakeError() - CORE/cake/libs/object.php, line 201
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 125
[main] - CORE/www/index.php, line 83
CakePHP: the rapid development php framework: Errors
View::_render() - CORE/cake/libs/view/view.php, line 724
View::_render() - CORE/cake/libs/view/view.php, line 724
View::render() - CORE/cake/libs/view/view.php, line 419
Controller::render() - CORE/cake/libs/controller/controller.php, line 913
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 206
Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125
Object::cakeError() - CORE/cake/libs/object.php, line 201
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 125
[main] - CORE/www/index.php, line 83
Missing Controller
Error: JsController could not be found.
Error:
Create the class JsController below in file: app/controllers/js_controller.php
<?php
class JsController extends AppController {
var $name = 'Js';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp