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