Missing Method in HomeController

Error: The action idea-houses is not defined in controller HomeController

Error: Create HomeController::idea-houses() in file: app/Controller/HomeController.php.

<?php
class HomeController extends AppController {


	public function idea-houses() {

	}

}

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)