Forgot Password?
Register
More Website Templates at TemplateMonster.com!

Missing Method in UsersController

Error: The action add is not defined in controller UsersController

Error: Create UsersController::add() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function add() {

	}

}
?>

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

Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0205205
Component initialization and startup2052094
Controller action2092177
Component initialization and startup #22132420
Render Controller Action2192420
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1.33753803692E+12-1.33753803692E+12
Component initialization and startup2052094
Controller action2092177
Component initialization and startup #22132430
Render Controller Action2192430