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