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