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