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