Missing Method in RentalController

Error: The action index is not defined in controller RentalController

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

<?php
class RentalController extends AppController {


	public function index() {

	}

}

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

このページの先頭へ