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