Notice: Undefined index: action in /home/buffalowellfest/2009.buffalowellfest.com/app/app_controller.php on line 12

Notice: Undefined index: action in /home/buffalowellfest/2009.buffalowellfest.com/app/app_controller.php on line 12
Buffalo Wellfest :: Missing Method in Controller

Missing Method in ExhibitorsController

You are seeing this error because the action http is not defined in controller ExhibitorsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the ExhibitorsController::http() in file : app/controllers/exhibitors_controller.php

<?php
class ExhibitorsController extends AppController {
   function http() {
   }

}
?>