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