Missing Controller
Error: AccountController could not be found.
Error: Create the class AccountController below in file: run/controllers/account_controller.php
<?php
class AccountController extends AppController {
var $name = 'Account';
}
?>
Notice: If you want to customize this error message, create run/views/errors/missing_controller.ctp
