コンテンツ

Missing Method in ContentsController

Error: The action gravure is not defined in controller ContentsController

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

<?php
class ContentsController extends AppController {


	public function gravure() {

	}

}

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