Strict Standards: Non-static method Configure::read() should not be called statically in /usr/local/apache2/cakephp/cake/basics.php on line 213
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /usr/local/apache2/cakephp/cake/libs/configure.php on line 155
Notice (8): Undefined index: action [CORE/cake/dispatcher.php, line 276]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 276
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 109
[main] - /usr/local/apache2/htdocs/index.php, line 85
Notice (8): Undefined index: controller [CORE/cake/dispatcher.php, line 128]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 128
[main] - /usr/local/apache2/htdocs/index.php, line 85
Missing Controller
edit views/error/missing_controller.ctp