Event Categories Problem
-
Since the lastest plug in update it has not been possible to record a category for an event. This means that if the widget was being used to display the upcoming events by category on say the footer on webpages, they no longer display for any new events or for any events that are changed/updated.
For us this was able to be corrected by editing evr_events_post.php and evr_events_update.php.
Replace this line:
$event_category = serialize((string)@$_REQUEST[‘event_category’]);with
$event_category = serialize(@$_REQUEST[‘event_category’]);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Event Categories Problem’ is closed to new replies.