Hey everyone! Not sure if anyone has had this issue, but I am having a problem when there is more than one event for a day and I click on that day, it gives me a php fatal error:
Fatal error: Cannot redeclare array_prep() (previously declared in /forextips.com/forums/calendar.php(1377) : eval()'d code:1) in /forextips.com/forums/calendar.php(1377) : eval()'d code on line 5.
This only happens if there is more than one event in a single day. I can go in and remove this line of code:
($hook = vBulletinHook::fetch_hook('calendar_getday_event') ) ? eval($hook) : false;
and it fixes the problem, but also removes the rsvp functionality from the events. Does anyone have any idea? This is only in day view when there is more than 1 event. Any help would be appreciated. Thanks!
|