Events Made Easy Forums Generic eme_db_insert_recurrence not found

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43524
    Anonymous
    Inactive

    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?

    #48703
    Anonymous
    Inactive

    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.

    #48704
    Franky
    Keymaster

    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);

    #48705
    Anonymous
    Inactive

    So, what could I do if I also have this error?

    #48706
    Franky
    Keymaster

    Download the complete trunk version

    #48707
    Anonymous
    Inactive

    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?

    #48708
    Franky
    Keymaster
    #48709
    Anonymous
    Inactive

    Yes! Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top