It is obvious - no js_vars found in error controller class! If you add new properties to controllers do not forget to define them in AppController definition. Same for models. Same for helpers. Otherwise you see such error.
On May 18, 2:22 pm, Braydenstyles <[email protected]> wrote: > Notice (8): Undefined property: CakeErrorController::$js_vars [APP/ > app_controller.php, line 103] > > Code > { > $this->set('meta_for_layout', Configure::read('meta')); > $this->set('js_vars_for_layout', $this->js_vars); > > AppController::beforeRender() - APP/app_controller.php, line 103 > Controller::render() - CORE/cake/libs/controller/controller.php, line > 701 > ErrorHandler::__outputMessage() - CORE/cake/libs/error.php, line 377 > ErrorHandler::missingController() - CORE/cake/libs/error.php, line 176 > Object::dispatchMethod() - CORE/cake/libs/object.php, line 119 > ErrorHandler::__construct() - CORE/cake/libs/error.php, line 120 > Object::cakeError() - CORE/cake/libs/object.php, line 204 > Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 148 > require - APP/webroot/index.php, line 90 > [main] - APP/index.php, line 25 > > help please ??? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
