$this = View object
$___viewFn = "/home/tehn1com/mpcholding/app/views/layouts/index.ctp"
$___dataForView = array("controller" => "SrController", "controllerName" => "Sr", "navigation_items" => array, "navigation_special" => array, "title_for_layout" => "Missing Controller", "content_for_layout" => "Missing controller
You are seeing this error because controller SrController 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/sr_controller.php
<?php
class SrController extends AppController {
var $name = 'Sr';
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "form" => FormHelper object, "html" => HtmlHelper object, "session" => SessionHelper object)
$loadHelpers = false
$cached = true
$controller = "SrController"
$controllerName = "Sr"
$navigation_items = array(0 => array, 1 => array, 2 => array, 3 => array, 4 => array, 5 => array, 6 => array)
$navigation_special = array(0 => array)
$title_for_layout = "Missing Controller"
$content_for_layout = "Missing controller
You are seeing this error because controller SrController 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/sr_controller.php
<?php
class SrController extends AppController {
var $name = 'Sr';
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$form = FormHelper object
$html = HtmlHelper object
$session = SessionHelper object
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Controller"
$lang = "sr"