Base
Notice (8): Undefined variable: sectionSelected [CORE/app/views/layouts/default.ctp, line 19]
Context |
Code$this = array("name" => "App", "here" => null, "parent" => null, "action" => null, "model" => null, "association" => null, "field" => null, "fieldSuffix" => null, "modelId" => null, "uses" => false, "helpers" => array, "viewPath" => "errors", "layoutPath" => null, "viewVars" => array, "__scripts" => array, "pageTitle" => "Missing Method in Controller", "models" => array, "base" => "", "layout" => "default", "autoRender" => true, "autoLayout" => true, "params" => array, "hasRendered" => false, "loaded" => array, "ext" => ".ctp", "subDir" => null, "themeWeb" => null, "plugin" => null, "pluginPath" => null, "pluginPaths" => array, "passedArgs" => array, "__passedVars" => array, "uuids" => array, "_log" => null, "webroot" => "/", "modelNames" => array, "data" => array, "webservices" => null, "cacheAction" => false)
$___viewFn = "/home/www/londonartistsprojects.com/app/views/layouts/default.ctp"
$___dataForView = array("controller" => "Winternews2010Controller", "action" => "index", "title_for_layout" => "Missing Method in Controller", "content_for_layout" => "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "html" => array, "javascript" => array, "form" => array, "session" => array)
$loadHelpers = false
$cached = true
$controller = "Winternews2010Controller"
$action = "index"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = array("tags" => array, "base" => "", "here" => null, "params" => array, "action" => null, "data" => array, "_crumbs" => array, "__docTypes" => array, "helpers" => null, "webroot" => "/", "themeWeb" => null, "plugin" => null, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$javascript = array("__scriptBuffer" => null, "_cachedEvents" => array, "_cacheEvents" => false, "_cacheToFile" => false, "_cacheAll" => false, "_rules" => array, "enabled" => true, "safe" => false, "tags" => array, "helpers" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$form = array("helpers" => array, "fieldset" => array, "__options" => array, "fields" => array, "requestType" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "tags" => array, "__tainted" => null, "__cleaned" => null, "_log" => null, "Html" => array)
$session = array("helpers" => null, "__active" => true, "valid" => false, "error" => false, "_userAgent" => "76b698244f203da20d4273700e424058", "path" => false, "lastError" => null, "security" => null, "time" => 1280470289, "sessionTime" => false, "watchKeys" => array, "_log" => null, "base" => "", "webroot" => "/", "here" => null, "params" => array, "action" => null, "data" => array, "themeWeb" => null, "plugin" => null)
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Method in Controller"
$highlight = array("id" => "section")
<ul id="nav">
<li><?php echo $html->link('/admin/articles/index');?></li>
<?php $highlight = array('id'=>'section'); ?>
<?php echo $html->link('Home', '/', ($sectionSelected=='home')?$highlight:null);?>
<?php foreach($sections as $s): ?>
include - CORE/app/views/layouts/default.ctp, line 19
View::_render() - CORE/cake/libs/view/view.php, line 765
View::renderLayout() - CORE/cake/libs/view/view.php, line 479
View::render() - CORE/cake/libs/view/view.php, line 327
Controller::render() - CORE/cake/libs/controller/controller.php, line 664
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 174
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 274
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 84
Home
Notice (8): Undefined variable: sections [CORE/app/views/layouts/default.ctp, line 20]
Context |
Code$this = array("name" => "App", "here" => null, "parent" => null, "action" => null, "model" => null, "association" => null, "field" => null, "fieldSuffix" => null, "modelId" => null, "uses" => false, "helpers" => array, "viewPath" => "errors", "layoutPath" => null, "viewVars" => array, "__scripts" => array, "pageTitle" => "Missing Method in Controller", "models" => array, "base" => "", "layout" => "default", "autoRender" => true, "autoLayout" => true, "params" => array, "hasRendered" => false, "loaded" => array, "ext" => ".ctp", "subDir" => null, "themeWeb" => null, "plugin" => null, "pluginPath" => null, "pluginPaths" => array, "passedArgs" => array, "__passedVars" => array, "uuids" => array, "_log" => null, "webroot" => "/", "modelNames" => array, "data" => array, "webservices" => null, "cacheAction" => false)
$___viewFn = "/home/www/londonartistsprojects.com/app/views/layouts/default.ctp"
$___dataForView = array("controller" => "Winternews2010Controller", "action" => "index", "title_for_layout" => "Missing Method in Controller", "content_for_layout" => "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "html" => array, "javascript" => array, "form" => array, "session" => array)
$loadHelpers = false
$cached = true
$controller = "Winternews2010Controller"
$action = "index"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = array("tags" => array, "base" => "", "here" => null, "params" => array, "action" => null, "data" => array, "_crumbs" => array, "__docTypes" => array, "helpers" => null, "webroot" => "/", "themeWeb" => null, "plugin" => null, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$javascript = array("__scriptBuffer" => null, "_cachedEvents" => array, "_cacheEvents" => false, "_cacheToFile" => false, "_cacheAll" => false, "_rules" => array, "enabled" => true, "safe" => false, "tags" => array, "helpers" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$form = array("helpers" => array, "fieldset" => array, "__options" => array, "fields" => array, "requestType" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "tags" => array, "__tainted" => null, "__cleaned" => null, "_log" => null, "Html" => array)
$session = array("helpers" => null, "__active" => true, "valid" => false, "error" => false, "_userAgent" => "76b698244f203da20d4273700e424058", "path" => false, "lastError" => null, "security" => null, "time" => 1280470289, "sessionTime" => false, "watchKeys" => array, "_log" => null, "base" => "", "webroot" => "/", "here" => null, "params" => array, "action" => null, "data" => array, "themeWeb" => null, "plugin" => null)
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Method in Controller"
$highlight = array("id" => "section")
<li><?php echo $html->link('/admin/articles/index');?></li>
<?php $highlight = array('id'=>'section'); ?>
<?php echo $html->link('Home', '/', ($sectionSelected=='home')?$highlight:null);?>
<?php foreach($sections as $s): ?>
<li>
include - CORE/app/views/layouts/default.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 765
View::renderLayout() - CORE/cake/libs/view/view.php, line 479
View::render() - CORE/cake/libs/view/view.php, line 327
Controller::render() - CORE/cake/libs/controller/controller.php, line 664
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 174
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 274
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 84
Warning (2): Invalid argument supplied for foreach() [CORE/app/views/layouts/default.ctp, line 20]
Context |
Code$this = array("name" => "App", "here" => null, "parent" => null, "action" => null, "model" => null, "association" => null, "field" => null, "fieldSuffix" => null, "modelId" => null, "uses" => false, "helpers" => array, "viewPath" => "errors", "layoutPath" => null, "viewVars" => array, "__scripts" => array, "pageTitle" => "Missing Method in Controller", "models" => array, "base" => "", "layout" => "default", "autoRender" => true, "autoLayout" => true, "params" => array, "hasRendered" => false, "loaded" => array, "ext" => ".ctp", "subDir" => null, "themeWeb" => null, "plugin" => null, "pluginPath" => null, "pluginPaths" => array, "passedArgs" => array, "__passedVars" => array, "uuids" => array, "_log" => null, "webroot" => "/", "modelNames" => array, "data" => array, "webservices" => null, "cacheAction" => false)
$___viewFn = "/home/www/londonartistsprojects.com/app/views/layouts/default.ctp"
$___dataForView = array("controller" => "Winternews2010Controller", "action" => "index", "title_for_layout" => "Missing Method in Controller", "content_for_layout" => "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
", "scripts_for_layout" => "", "cakeDebug" => "", "html" => array, "javascript" => array, "form" => array, "session" => array)
$loadHelpers = false
$cached = true
$controller = "Winternews2010Controller"
$action = "index"
$title_for_layout = "Missing Method in Controller"
$content_for_layout = "
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>
"
$scripts_for_layout = ""
$cakeDebug = ""
$html = array("tags" => array, "base" => "", "here" => null, "params" => array, "action" => null, "data" => array, "_crumbs" => array, "__docTypes" => array, "helpers" => null, "webroot" => "/", "themeWeb" => null, "plugin" => null, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$javascript = array("__scriptBuffer" => null, "_cachedEvents" => array, "_cacheEvents" => false, "_cacheToFile" => false, "_cacheAll" => false, "_rules" => array, "enabled" => true, "safe" => false, "tags" => array, "helpers" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "__tainted" => null, "__cleaned" => null, "_log" => null)
$form = array("helpers" => array, "fieldset" => array, "__options" => array, "fields" => array, "requestType" => null, "base" => "", "webroot" => "/", "themeWeb" => null, "here" => null, "params" => array, "action" => null, "plugin" => null, "data" => array, "namedArgs" => null, "argSeparator" => null, "validationErrors" => null, "tags" => array, "__tainted" => null, "__cleaned" => null, "_log" => null, "Html" => array)
$session = array("helpers" => null, "__active" => true, "valid" => false, "error" => false, "_userAgent" => "76b698244f203da20d4273700e424058", "path" => false, "lastError" => null, "security" => null, "time" => 1280470289, "sessionTime" => false, "watchKeys" => array, "_log" => null, "base" => "", "webroot" => "/", "here" => null, "params" => array, "action" => null, "data" => array, "themeWeb" => null, "plugin" => null)
$BASE = ""
$params = array("models" => array)
$page_title = "Missing Method in Controller"
$highlight = array("id" => "section")
<li><?php echo $html->link('/admin/articles/index');?></li>
<?php $highlight = array('id'=>'section'); ?>
<?php echo $html->link('Home', '/', ($sectionSelected=='home')?$highlight:null);?>
<?php foreach($sections as $s): ?>
<li>
include - CORE/app/views/layouts/default.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 765
View::renderLayout() - CORE/cake/libs/view/view.php, line 479
View::render() - CORE/cake/libs/view/view.php, line 327
Controller::render() - CORE/cake/libs/controller/controller.php, line 664
ErrorHandler::missingAction() - CORE/cake/libs/error.php, line 174
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 89
Object::cakeError() - CORE/cake/libs/object.php, line 172
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 274
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 248
[main] - CORE/app/webroot/index.php, line 84
Missing Method in Winternews2010Controller
You are seeing this error because the action index is not defined in controller Winternews2010Controller
If you want to customize this error message, create app/views/errors/missing_action.ctp.
Fatal:
Confirm you have created the Winternews2010Controller::index in file : app/controllers/winternews2010_controller.php.
<?php
class Winternews2010Controller extends AppController {
function index() {
}
}
?>