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 rates1 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::rates1() in file : app/controllers/photo_galleries_controller.php

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

}
?>