Stadt suchen
Notice (8): Array to string conversion [CORE/cake/libs/router.php, line 952]
Code |
Context$route = array(
"/",
"/^[\/]*$/",
array(),
array(
"plugin" => null,
"controller" => "portal",
"action" => "index"
),
array()
)
$url = array(
"controller" => "Weathers",
"plugin" => null,
"action" => array(
"action" => "searchCity",
"id" => "WeatherCityForm"
)
)
$pass = array()
$defaults = array(
"plugin" => null,
"controller" => "portal",
"action" => "index"
)
$routeParams = array()
$params = array(
"controller" => "Weathers",
"action" => array(
"action" => "searchCity",
"id" => "WeatherCityForm"
)
)
array_combine - [internal], line ??
Router::mapRouteElements() - CORE/cake/libs/router.php, line 952
Router::url() - CORE/cake/libs/router.php, line 838
Helper::url() - CORE/cake/libs/view/helper.php, line 178
AjaxHelper::remoteFunction() - CORE/cake/libs/view/helpers/ajax.php, line 261
AjaxHelper::form() - CORE/cake/libs/view/helpers/ajax.php, line 337
include - APP/views/weathers/search_city.ctp, line 6
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Array to string conversion [CORE/cake/libs/router.php, line 1084]
Code |
Context$route = array(
"/:controller/:action/*",
"#^(?:/([^\/]+))?(?:/([^\/]+))?(?:/(.*))?[\/]*$#",
array(
"controller",
"action"
),
array(
"plugin" => null,
"controller" => null,
"action" => "index"
),
array()
)
$params = array(
"pass" => "/",
"named" => ""
)
$count = 0
$keys = array()
$named = array()
$i = 0
$out = "/Weathers/:action/*"
$key = "action"
$string = array(
"action" => "searchCity",
"id" => "WeatherCityForm"
)
str_replace - [internal], line ??
Router::__mapRoute() - CORE/cake/libs/router.php, line 1084
Router::mapRouteElements() - CORE/cake/libs/router.php, line 1035
Router::url() - CORE/cake/libs/router.php, line 838
Helper::url() - CORE/cake/libs/view/helper.php, line 178
AjaxHelper::remoteFunction() - CORE/cake/libs/view/helpers/ajax.php, line 261
AjaxHelper::form() - CORE/cake/libs/view/helpers/ajax.php, line 337
include - APP/views/weathers/search_city.ctp, line 6
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
suche...