I have the most recent 4.7 version of both signup and event modules:
// $Id: event.module,v 1.183.2.6 2006/05/22 13:54:07 killes Exp $
// $Id: signup.module,v 1.45.2.8 2006/05/30 23:59:12 dww Exp $
When I go to admin/signup, I receive the error:
Fatal error: Call to undefined function: event_get_offset() in signup.module on line 487.
I have spent zero time looking into this so it could be something silly, but figured I'd mention it. :)
Comments
Comment #1
webchickHm. Can't seem to duplicate it on a new server. Might be something I messed up locally. Closing.
Comment #2
webchickAh-ha. Yes I can duplicate this. I had poormanscron running on the website in question, and the signup confirmation happened to hit when the cron job did and I received the error. Hunmonk's anon signup patch includes a fix for this, so marking this one as a duplicate.
Comment #3
dwwit's not really duplicate. it's just that the mamoth patch from hunmonk fixes this, too. ;)
the problem is that killes changed how the event module works, and timezone.inc is no longer included by default, so we have to do it manually...
i'll mark this as fixed once we apply hunmonk's patch.
Comment #4
dwwhunmonk's anon signup patch went in, so this is now fixed on 4.7 and HEAD.
Comment #5
(not verified) commented