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

Missing Method in UsersController

Error: The action delete is not defined in controller UsersController

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

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function delete() {

	}

}
?>

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)0194194
Component initialization and startup1941994
Controller action1992056
Component initialization and startup #22022270
Render Controller Action2072270
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1.33753805972E+12-1.33753805972E+12
Component initialization and startup1941994
Controller action1992056
Component initialization and startup #22022280
Render Controller Action2072280