$this = View object
$___viewFn = "/home/tbernier/domains/cleanestwater.com/public_html/app/views/layouts/default.ctp"
$___dataForView = array("loggedUser" => null, "controller" => "Controller", "controllerName" => "", "menuCategories" => array, "menuBanners" => array, "bottomBanners" => array, "title_for_layout" => "Missing Controller", "content_for_layout" => "Missing controller
You are seeing this error because controller Controller 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/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "aydCart" => AydCartHelper object, "html" => HtmlHelper object, "session" => SessionHelper object)
$loadHelpers = false
$cached = true
$loggedUser = null
$controller = "Controller"
$controllerName = ""
$menuCategories = array(0 => array, 1 => array, 2 => array, 3 => array)
$menuBanners = array(0 => array)
$bottomBanners = array(0 => array)
$title_for_layout = "Missing Controller"
$content_for_layout = "Missing controller
You are seeing this error because controller Controller 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/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$aydCart = AydCartHelper object
$html = HtmlHelper object
$session = SessionHelper object
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Controller"