CompCmsComponent::_page() - APP/controllers/components/comp_cms.php, line 51
CompCmsComponent::get() - APP/controllers/components/comp_cms.php, line 19
AppController::beforeRender() - APP/app_controller.php, line 27
Controller::render() - CORE/cake/libs/controller/controller.php, line 867
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 225
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::_invoke() - CORE/cake/dispatcher.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Errors
Missing Method in PagesController
Error:
The action rejestracja is not defined in controller PagesController
Error:
Create PagesController::rejestracja() in file: app/controllers/pages_controller.php.
<?php
class PagesController extends AppController {
var $name = 'Pages';
function rejestracja() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp.