• Resolved thibaultgi

    (@thibaultgi)


    Hello,
    I have an issue with the free version of the plugin.
    When I try to import a new public event (by Event ID, never imported before with new name and new date) I get the following message:

    Event(s) are imported successfully.
    1 Skipped (Already exists)

    Of course when I search in my list of wordpress events I cannot find it.
    I also tried with different public events from different organizers and I always get this same message.
    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @thibaultgi,

    We resolved this bug in our next plugin version for now could you change in class-import-facebook-events-facebook.php file which is located to plugin path \plugins\import-facebook-events\includes\import-facebook-events-facebook.php

    Please change in to file import-facebook-events-facebook.php on line no 287 which is $facebook_id = (int)$facebook_event->id; please remove (int) from that line.
    so it will become $facebook_id = $facebook_event->id; then it’s working fine.

    and line 304 which is $et_temp[‘ID’] = (int)$event_time->id; so it will become
    $et_temp[‘ID’] = $event_time->id;

    Thanks

    Thread Starter thibaultgi

    (@thibaultgi)

    Hello,

    Thank you for this solution, it worked like a charm! Problem solved!

    The exact name of the file I modified is class-import-facebook-events-facebook.php.

    Thanks for your reactivity!

    • This reply was modified 7 years, 1 month ago by thibaultgi.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import status “Skipped (Already exists)”’ is closed to new replies.