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

