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