Missing Method in ShoesAvailableImmediatelyController

Error: The action index.html is not defined in controller ShoesAvailableImmediatelyController

Error: Create ShoesAvailableImmediatelyController::index.html() in file: app/Controller/ShoesAvailableImmediatelyController.php.

<?php
class ShoesAvailableImmediatelyController extends AppController {


	public function index.html() {

	}

}

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