Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array [APP/views/helpers/crumb.php, line 169]
Code |
Context$title = null
$what_to_do = null
$level = null
array_merge - [internal], line ??
CrumbHelper::getHtml() - APP/views/helpers/crumb.php, line 169
include - APP/views/layouts/default.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88
Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array [APP/views/helpers/crumb.php, line 170]
Code |
Context$title = null
$what_to_do = null
$level = null
$arr_links = null
array_merge - [internal], line ??
CrumbHelper::getHtml() - APP/views/helpers/crumb.php, line 170
include - APP/views/layouts/default.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88
Missing Controller
Error:
Robots.txtController could not be found.
Error:
Create the class Robots.txtController below in file: app/controllers/robots.txt_controller.php
<?php
class Robots.txtController extends AppController {
var $name = 'Robots.txt';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp