Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined variable: page_content in /home/fesdev/public_html/app/views/layouts/default.thtml on line 21

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 170

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 259

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 260

Notice: Undefined index: controller in /home/fesdev/public_html/app/views/layouts/default.thtml on line 261
 

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 yellowstone_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::yellowstone_fishing_report() in file : app/controllers/fishing_reports_controller.php

<?php
class FishingReportsController extends AppController {
   function yellowstone_fishing_report() {
   }

}
?>