debugkitdebugger::handleerror() - CORE/cake/libs/debugger.php, line 306
beforerender - [internal], line ??
logpanel::beforerender() - CORE/plugins/debug_kit/controllers/components/toolbar.php, line 605
toolbarcomponent::_gathervars() - CORE/plugins/debug_kit/controllers/components/toolbar.php, line 244
toolbarcomponent::beforerender() - CORE/plugins/debug_kit/controllers/components/toolbar.php, line 195
component::triggercallback() - CORE/cake/libs/controller/component.php, line 186
cakeerrorcontroller::render() - APP/controllers/controller.php, line 864
errorhandler::_outputmessage() - CORE/cake/libs/error.php, line 458
errorhandler::missingcontroller() - CORE/cake/libs/error.php, line 206
errorhandler::dispatchmethod() - CORE/cake/libs/object.php, line 112
errorhandler::__construct() - CORE/cake/libs/error.php, line 125
errorhandler::object() - CORE/cake/libs/object.php, line 48
dispatcher::cakeerror() - CORE/cake/libs/object.php, line 201
dispatcher::dispatch() - CORE/cake/dispatcher.php, line 125
[main] - APP/webroot/index.php, line 83
Errors
Missing Controller
Error: SupportController could not be found.
Error:
Create the class SupportController below in file: app/controllers/support_controller.php
<?php
class SupportController extends AppController {
var $name = 'Support';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp