Missing Method in FrontController

Error: The action faq is not defined in controller FrontController

Error: Create FrontController::faq() in file: app/Controller/FrontController.php.

<?php
class FrontController extends AppController {


	public function faq() {

	}

}

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(FrontController, CakeRequest)
  • APP/webroot/index.php line 108Dispatcher->dispatch(CakeRequest, CakeResponse)