Strict Standards: Non-static method Configure::read() should not be called statically in /home/team-zero/www/ichiyukai.net/cake/basics.php on line 213
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /home/team-zero/www/ichiyukai.net/cake/libs/configure.php on line 155
Notice (8): Undefined index: action [CORE/cake/dispatcher.php, line 269]Code |
Context $params = array_merge(Router::parse($fromUrl), $params);
if (strlen($params['action']) === 0) {
$fromUrl = "http://banban-kobe.com/"
$params = array(
"pass" => array(),
"named" => array(),
"url" => array(
"ext" => "html"
),
"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 269
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 = "http://banban-kobe.com/"
$additionalParams = array()
$controller = false
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 121
[main] - APP/webroot/index.php, line 83
Missing Controller
Error:
Controller could not be found.
Error:
Create the class Controller below in file: app/controllers/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp