Notice (8): Undefined variable: page [APP/app_controller.php, line 99]
Code |
Context$model = "Page"
$this->set('crumbs', array($page));
}
$this->set('page', $page);
AppController::beforeFilter() - APP/app_controller.php, line 99
PagesController::beforeFilter() - APP/controllers/pages_controller.php, line 79
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 209
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 102
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/org/lokalnirazvoj/cake/basics.php:109) [CORE/cake/libs/controller/controller.php, line 687]
Code |
Context$status = "Location: http://lokalnirazvoj.org/members/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 687
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 668
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 349
Component::startup() - CORE/cake/libs/controller/component.php, line 112
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 210
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 102