Closed (fixed)
Project:
Signup
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2007 at 16:54 UTC
Updated:
9 Jan 2008 at 17:42 UTC
I have signup-5.x-2.2 and event-5.x-2.x-dev. This combination causes cron to die because event_where_utc() isn't defined. Looks like you need to call even_include_files() at some point to get all the event related infrastructre in place.
I'm including a patch file that works for me but probably isn't the best fix.
| Comment | File | Size | Author |
|---|---|---|---|
| event_include_files.patch | 932 bytes | bkat |
Comments
Comment #1
dwwUgh, sorry. This has been long fixed... see http://drupal.org/node/169372
I *really* need to make another official release of signup, but that's now blocked on this rather serious bug:
http://drupal.org/node/163257
If you can help out in there, that'd be much appreciated.
Thanks,
-Derek
Comment #2
hansrossel commentedI don't think it's a duplicate as the error of node/169372 has been fixed in version 5.x-2.3 but the above error is still there in version 5.x-2.3.
I could solve it with the above patch.
Comment #3
dwwOh, so sorry. :( I just saw the title, skimmed the issue, and didn't read the patch. My bad. Yes, this was indeed broken. However, the patch was wrong since it was only calling event_include_files() in the mysql case, not pgsql -- we really want that called at the top of each function invoked by cron. Also, we don't need those comments in front of the calls to event_include_files(). So, I committed a modified version of the patch to HEAD. It'll be out in 5.x-2.4. Thanks.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.