Missing Method in GroupsController

Error: The action shikoku is not defined in controller GroupsController

Error: Create GroupsController::shikoku() in file: app/Controller/GroupsController.php.

<?php
class GroupsController extends AppController {


	public function shikoku() {

	}

}

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