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