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?
eme_db_insert_recurrence not found
(8 posts) (3 voices)-
Posted 1 year ago #
-
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.
Posted 1 year ago # -
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);Posted 1 year ago # -
So, what could I do if I also have this error?
Posted 1 year ago # -
Download the complete trunk version
Posted 1 year ago # -
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?
Posted 1 year ago # -
http://wordpress.org/extend/plugins/events-manager-extended/download/
Search for "development version"Posted 1 year ago # -
Yes! Thanks!
Posted 1 year ago #
Reply
You must log in to post.