Missing Method in PagesController

Error: The action favicon.ico is not defined in controller PagesController

Error: Create PagesController::favicon.ico() in file: app/Controller/PagesController.php.

<?php
class PagesController extends AppController {


	public function favicon.ico() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(PagesController, CakeRequest)
  • APP/webroot/index.php line 123Dispatcher->dispatch(CakeRequest, CakeResponse)