$this = View object
$___viewFn = "/var/www/html/app/views/layouts/index.ctp"
$___dataForView = array("controller" => "EnController", "controllerName" => "En", "navigation_items" => array, "navigation_special" => array, "EventType" => EventType object, "Event" => Event object, "title_for_layout" => "Missing Controller", "content_for_layout" => "Missing controller
You are seeing this error because controller EnController could not be found.
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp
Fatal:
Create the class below in file: app/controllers/en_controller.php
<?php
class EnController extends AppController {
var $name = 'En';
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "form" => FormHelper object, "html" => HtmlHelper object, "session" => SessionHelper object, "javascript" => JavascriptHelper object)
$loadHelpers = false
$cached = true
$controller = "EnController"
$controllerName = "En"
$navigation_items = array(0 => array, 1 => array, 2 => array, 3 => array, 4 => array, 5 => array, 6 => array, 7 => array)
$navigation_special = array(0 => array, 1 => array, 2 => array, 3 => array, 4 => array)
$EventType = EventType object
$Event = Event object
$title_for_layout = "Missing Controller"
$content_for_layout = "Missing controller
You are seeing this error because controller EnController could not be found.
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp
Fatal:
Create the class below in file: app/controllers/en_controller.php
<?php
class EnController extends AppController {
var $name = 'En';
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$form = FormHelper object
$html = HtmlHelper object
$session = SessionHelper object
$javascript = JavascriptHelper object
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Controller"
$lang = "en"
$src = "en_news_bg.gif"