Code |
Context$name = "Auth.allowed"
$var = "Auth.allowed"
return false;
}
$result = Set::extract($_SESSION, $var);
CakeSession::check() - CORE/cake/libs/session.php, line 200
AppHelper::output() - CORE/app/views/helpers/app_helper.php, line 5
HtmlHelper::charset() - CORE/cake/libs/view/helpers/html.php, line 261
include - CORE/app/views/layouts/default.ctp, line 5
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 803
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] - CORE/public_html/index.php, line 91
Missing Controller
Error:
HtmlController could not be found.
Error:
Create the class HtmlController below in file: /app/controllers/html_controller.php
<?php
class HtmlController extends AppController {
var $name = 'Html';
}
?>
Notice:
If you want to customize this error message, create /app/views/errors/missing_controller.ctp