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