Missing Method in PhotoGalleriesController
You are seeing this error because the action the_lodge 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::the_lodge() in file : app/controllers/photo_galleries_controller.php
<?php
class PhotoGalleriesController extends AppController {
function the_lodge() {
}
}
?>