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