Notice: Undefined index: action in /home2/fesdev/public_html/app/app_controller.php on line 223
 

Missing Method in PhotoGalleriesController

You are seeing this error because the action photo_gallery 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::photo_gallery() in file : app/controllers/photo_galleries_controller.php

<?php
class PhotoGalleriesController extends AppController {
   function photo_gallery() {
   }

}
?>