Warning (2): array_merge() [function.array-merge]: Argument #1 is not an array [APP/cake/cake/dispatcher.php, line 267]Code |
Context$fromUrl = "includes/common.js"
$params = 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}"array_merge - [internal], line ??
Dispatcher::parseParams() - APP/cake/cake/dispatcher.php, line 267
Dispatcher::dispatch() - APP/cake/cake/dispatcher.php, line 109
[main] - APP/webroot/index.php, line 84
Missing Controller
Error:
Controller could not be found.
Error:
Create the class Controller below in file: httpdocs/controllers/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
Notice:
If you want to customize this error message, create httpdocs/views/errors/missing_controller.ctp