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