$this = View object
$___viewFn = "/www/hotelroyallodge.com/cake_apps/royallodge-en/views/layouts/default.ctp"
$___dataForView = array("controller" => "FilesController", "controllerName" => "Files", "title_for_layout" => "Missing Controller", "content_for_layout" => "Missing controller
You are seeing this error because controller FilesController could not be found.
Notice:
If you want to customize this error message, create royallodge-en/views/errors/missing_controller.ctp
Fatal:
Create the class below in file: royallodge-en/controllers/files_controller.php
<?php
class FilesController extends AppController {
var $name = 'Files';
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "html" => HtmlHelper object, "session" => SessionHelper object)
$loadHelpers = false
$cached = true
$controller = "FilesController"
$controllerName = "Files"
$title_for_layout = "Missing Controller"
$content_for_layout = "Missing controller
You are seeing this error because controller FilesController could not be found.
Notice:
If you want to customize this error message, create royallodge-en/views/errors/missing_controller.ctp
Fatal:
Create the class below in file: royallodge-en/controllers/files_controller.php
<?php
class FilesController extends AppController {
var $name = 'Files';
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = HtmlHelper object
$session = SessionHelper object
$BASE = "/en"
$params = array("models" => array)
$page_title = "Missing Controller"