Notice (8): Undefined index: action [CORE/rds/app_controller.php, line 20]
function beforeRender() {
$this->set('jsIncludes', $this->jsIncludes);
$this->set('cssIncludes', $this->cssIncludes);
if ($this->params['action'] == 'admin' || $this->params['action'] == 'edit') {$this->set('admin','admin');}
}
AppController::beforeRender() - CORE/rds/app_controller.php, line 20
Controller::render() - CORE/cake/libs/controller/controller.php, line 618
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 157
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 91
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 186
[main] - CORE/public_html/index.php, line 86
Warning: fopen(/home/route/rds/tmp/logs/debug.log) [function.fopen]: failed to open stream: Permission denied in /home/route/cake/libs/file.php on line 118
Warning: [File] Could not open /home/route/rds/tmp/logs/debug.log with mode a! in /home/route/cake/libs/file.php on line 119 La Route des Saveurs
Missing controller
You are seeing this error because controller Contact-usController could not be found.
Notice:
If you want to customize this error message, create rds/views/errors/missing_controller.ctp
Fatal:
Create the class below in file: rds/controllers/contact-us_controller.php
<?php
class Contact-usController extends AppController {
var $name = 'Contact-us';
}
?>