Fatal error after creating event
| Project: | Event Manager |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I have installed and configured event manager. Once I create an event I get the Registration Settings tab. So far so good. But whe I click on the tab I get a blank page with the following text:
Fatal error: Call to undefined function: event_get_offset() in [path]/sites/all/modules/event_manager/event_manager.module on line 759
I have tried the following permutations and always get the same result
a. Drupal 5.10 + Event 5.x-1.0 (2007-Jun-04) + Event Manager5.x-1.0 (2008-Abr-04)
b. Drupal 5.10 + Event 5.x-1.0 (2007-Jun-04) + Event Manager 5.x-1.x-dev (2008-Mar-28)
c. Drupal 5.10 + Event 5.x-1.x-dev (2008-Sep-06) + Event Manager 5.x-1.0 (2008-Abr-04)
d. Drupal 5.10 + Event 5.x-1.x-dev (2008-Sep-06) + Event Manager 5.x-1.x-dev (2008-Mar-28)
In every test I have uninstalled Event an Event Manager (with the uninstaller), and Mime Mail 5.x-1.0 has been installed before Event Manager.
I have read the Module Won't install issue, so I am aware of some of this discussion

#1
I had to implement RSVP for the time being. Would rather have used Event Manager, but couldn't wait. I tried to install Event Manager in other website with the same version of Drupal, to no avail. Unluckily I recently upgraded all my sites and have no previous version installation to check this out.
#2
Did you ever figure out how to get it working? I am having the same error.
#3
i searched both event_manager.module and event.module for "function event_get_offset" and find no results. I find it really strange that this is happening for what appears to be a popular module. How could the function be missing for some and not all?
#4
same problem. subscribing.
----------------------------------
The error for me is happening on line 600 so I commented out line 600 and it seems to be working now. I'm not sure how that will effect my timezone now but at least I'm not getting the error.
599 // Get timezone adjustment
600 $tz_adjustment = event_get_offset($node->timezone, $node->event_start);