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