- This topic has 7 replies, 3 voices, and was last updated 13 years, 1 month ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › eme_db_insert_recurrence not found
Hi – working with eme_events.php from trunk – it’s calling eme_db_insert_recurrence on 307 and it’s not found. Is it supposed to be: eme_insert_recurrent_event?
Using the recurrence hook, it’s not passing the recurrence parameter, just the event. I can get the recurrence from the ID, but didn’t know if that’s the direction you were going.
Don’t handpick files from trunk, more files changes all the time. From the readme:
* API change: eme_insert_recurrent_event renamed to eme_db_insert_recurrence (old function exists for backwards compatibility)
* API change: eme_update_recurrence renamed to eme_db_update_recurrence (old function exists for backwards compatibility)
And the recurrence hook gives the event it’s based on for basic info and the recurrence info:
if (has_action(’eme_insert_recurrence_action’)) do_action(’eme_insert_recurrence_action’,$event,$recurrence);
So, what could I do if I also have this error?
Download the complete trunk version
How could I do that? I’m using xcode for SVN, but I need a password to import all the trunk folder. Could you give me some tips?
http://wordpress.org/extend/plugins/events-manager-extended/download/
Search for “development version”
Yes! Thanks!