Notice (8): Undefined variable: selected_artist [APP/views/layouts/default.ctp, line 49]

Missing Method in UsersController

Error: The action login is not defined in controller UsersController

Error: Create UsersController::login() in file: html/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function login() {

	}

}
?>

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