コンテンツ

Missing Method in ShopController

Error: The action area05 is not defined in controller ShopController

Error: Create ShopController::area05() in file: app/Controller/ShopController.php.

<?php
class ShopController extends AppController {


	public function area05() {

	}

}

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