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