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