Missing Method in HomeController

Error: The action 79839961_643381733069567_5787886284433260544_o is not defined in controller HomeController

Error: Create HomeController::79839961_643381733069567_5787886284433260544_o() in file: app/Controller/HomeController.php.

<?php
class HomeController extends AppController {


	public function 79839961_643381733069567_5787886284433260544_o() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 186Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 161Dispatcher->_invoke(HomeController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 92Dispatcher->dispatch(CakeRequest, CakeResponse)