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