
Originally Posted by
slobadog
Oh yeah, breakthrough! Mine was doing the "I'm doing nothing" thing when clicking just about anything. To fix it, I modified the files:
templates/tpl_events_calendar_default.php
and
admin/events_manager.php
Changed all instances of $HTTP_POST_VARS to $_POST and all instances of $HTTP_GET_VARS to $_GET. This got me going to the point where I was able to modify to suit my purposes, I hope it works for you too...