Missing Method in CatalogueController
You are seeing this error because the action new_title is not defined in controller CatalogueController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the CatalogueController::new_title() in file : app/controllers/catalogue_controller.php
<?php
class CatalogueController extends AppController {
function new_title() {
}
}
?>





