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