Warning (2): file_put_contents(/var/www/htdocs/vlabti/tialfa/app/tmp/logs/error.log): failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 142]
- Fakultas Teknologi Informasi UKDW (Official) Alpha Version
 

Missing Method in UsersController

Error: The action users is not defined in controller UsersController

Error: Create UsersController::users() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function users() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 185Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 160Dispatcher->_invoke(UsersController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 108Dispatcher->dispatch(CakeRequest, CakeResponse)