Logo

Zum Inhalt springen

WM 2006 Frankfurt/Main

Missing Method in EventsController

You are seeing this error because the action events_2005 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::events_2005() in file : app/controllers/events_controller.php

<?php
class EventsController extends AppController {
   function events_2005() {
   }

}
?>



Weitere Links & Informationen

Nach oben springen