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