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