Missing Method in EventsController
You are seeing this error because the action INNOSCENE08.htm is not defined in controller EventsController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the EventsController::INNOSCENE08.htm() in file : app/controllers/events_controller.php
<?php
class EventsController extends AppController {
function INNOSCENE08.htm() {
}
}
?>


