Missing Controller

Error: UsersController could not be found.

Error: Create the class UsersController below in file: app/Controller/UsersController.php

<?php
class UsersController extends AppController {

}

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

Stack Trace

  • APP/webroot/index.php line 110Dispatcher->dispatch(CakeRequest, CakeResponse)