Missing Method in ContentsController

Error: The action biography is not defined in controller ContentsController

Error: Create ContentsController::biography() in file: app/Controller/ContentsController.php.

<?php
class ContentsController extends AppController {


	public function biography() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 187Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 162Dispatcher->_invoke(ContentsController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 110Dispatcher->dispatch(CakeRequest, CakeResponse)