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