Missing Method in UsersController

Error: The action backpacks is not defined in controller UsersController

Error: Create UsersController::backpacks() in file: siteapp/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function backpacks() {

	}

}

Notice: If you want to customize this error message, create siteapp/View/Errors/missing_action.ctp

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(UsersController, CakeRequest)
  • ROOT/index.php line 119Dispatcher->dispatch(CakeRequest, CakeResponse)