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
Warning (2): Missing argument 2 for SmartyView::_triggerHelpers(), called in /pub/cake12_5/cake/libs/view/view.php on line 672 and defined [APP/views/smarty.php, line 151]
Code |
Context$callback = "afterRender"
* @return void
*/
function _triggerHelpers($callback, $callback_smarty) {
SmartyView::_triggerHelpers() - APP/views/smarty.php, line 151
View::_render() - CORE/cake/libs/view/view.php, line 672
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 803
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] - ROOT/htdocs/index.php, line 91