Event module version 5.x-2.x-dev no longer uses event_timezones.inc (needed new version to fix some other problems), but eventrepeat 5.x-1.1 still calls it, causing a warning and presumably breaking the functionality. Turned it off for now to get rid of the warning, as we're not using repeating events (allowing huge numbers of repeating events to get in the db has been a problem), but wonder what the correct fix would be. Does eventrepeat 5.x-2.x-dev fix this? Saw no release notes mentioning it.
Tried moving the .inc into the eventrepeat directory and including it from there, but that resulted in WSOD.
I gather from other topics here that the new Event branch puts timezone info into a table, though I haven't yet found that table.
Comments
Comment #1
seanbfuller commentedI'm thinking this is related to http://drupal.org/node/122834
If I recall correctly, event's timezone include was only used for doing the calculation at the code level. Generally, there is no timezone data saved at the event repeat level. It may be saved at the event level, but eventrepeat should not care about that.
To fix this issue, someone needs to find where those timezone functions have moved to and fix the include and function calls. If someone can roll up and patch and test it, I'll definitely apply the patch.
Thanks in advance.
Comment #2
rmiddle commentedEventRepeat 5.x-1.x doesn't work with Event 5.x.2.x you must use EventRepat 5.x-2.x with Event 5.x-2.x.
Thanks
Robert
Comment #3
rmiddle commented