Notice (8) : Undefined index: action [CORE/cake/dispatcher.php , line 266 ]Code |
Context $params = array_merge(Router::parse($fromUrl), $params);
if (strlen($params['action']) === 0) { $fromUrl = false
$params = array(
"pass" => array(),
"named" => array(),
"form" => array()
)
$namedExpressions = array(
"Action" => "index|show|add|create|edit|update|remove|del|delete|view|item",
"Year" => "[12][0-9]{3}",
"Month" => "0[1-9]|1[012]",
"Day" => "0[1-9]|[12][0-9]|3[01]",
"ID" => "[0-9]+",
"UUID" => "[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}"
)
$Action = "index|show|add|create|edit|update|remove|del|delete|view|item"
$Year = "[12][0-9]{3}"
$Month = "0[1-9]|1[012]"
$Day = "0[1-9]|[12][0-9]|3[01]"
$ID = "[0-9]+"
$UUID = "[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}" Dispatcher::parseParams() - CORE/cake/dispatcher.php, line 266
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 109
[main] - APP/webroot/index.php, line 83 Notice (8) : Undefined index: controller [CORE/cake/dispatcher.php , line 121 ]Code |
Context Router::setRequestInfo(array($this->params, array('base' => $this->base, 'webroot' => $this->webroot)));
return $this->cakeError('missingController', array(array(
'className' => Inflector::camelize($this->params['controller']) . 'Controller', $url = false
$additionalParams = array()
$controller = false Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 121
[main] - APP/webroot/index.php, line 83
Errors
Notice (8) : Undefined variable: javascript [APP/views/layouts/default.ctp , line 8 ]Code |
Context <?
echo $html->css(array('cake.generic', 'reset', 'smoothness/jquery-ui-1.8.4.custom', 'grid', 'forms'));
echo $javascript->link(array('jquery-1.4.2.min','jquery-ui-1.8.4.custom.min', 'jquery-colorPicker')); $___viewFn = "/home/wrestling/cake/app/views/layouts/default.ctp"
$___dataForView = array(
"controller" => "Controller",
"controllerName" => "",
"title" => "Missing Controller",
"content_for_layout" => "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>Controller</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>Controller</em> below in file: app/controllers/controller.php</p>
<pre>
<?php
class Controller extends AppController {
var $name = '';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>",
"scripts_for_layout" => "",
"title_for_layout" => "Errors",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$data = array
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "45ae32ef7d6647075033e42b3510974f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283609221
SessionHelper::$sessionTime = false
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$controller = "Controller"
$controllerName = ""
$title = "Missing Controller"
$content_for_layout = "<h2>Missing Controller</h2>
<p class="error">
<strong>Error: </strong>
<em>Controller</em> could not be found.</p>
<p class="error">
<strong>Error: </strong>
Create the class <em>Controller</em> below in file: app/controllers/controller.php</p>
<pre>
<?php
class Controller extends AppController {
var $name = '';
}
?>
</pre>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/views/errors/missing_controller.ctp</p>"
$scripts_for_layout = ""
$title_for_layout = "Errors"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$data = array
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "45ae32ef7d6647075033e42b3510974f"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1283609221
SessionHelper::$sessionTime = false
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL include - APP/views/layouts/default.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 723
View::renderLayout() - CORE/cake/libs/view/view.php, line 482
View::render() - CORE/cake/libs/view/view.php, line 428
Controller::render() - CORE/cake/libs/controller/controller.php, line 913
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 457
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 205
Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 124
Object::cakeError() - CORE/cake/libs/object.php, line 201
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 125
[main] - APP/webroot/index.php, line 83
Fatal error : Call to a member function link() on a non-object in /home/wrestling/cake/app/views/layouts/default.ctp on line 8