Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 356
Missing Method in FishingReportsController
You are seeing this error because the action gallatin_fishing_report is not defined in controller FishingReportsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the FishingReportsController::gallatin_fishing_report() in file : app/controllers/fishing_reports_controller.php
<?php
class FishingReportsController extends AppController {
function gallatin_fishing_report() {
}
}
?>