Plugin no sync with facebook [Solved]
-
Hi all,
In my case initial errors in configuration were solved by enabling “php_curl” extension in my server.
After the plugin didn’t import FB events. In my case I had to change this code in lines 125 and 127 of sync-facebook-events.php file
$offsetStart =($event['start_time'])+$offset; $offsetEnd = $event['end_time']+$offset;
to
$offsetStart =strtotime($event['start_time'])+$offset; $offsetEnd = strtotime($event['end_time'])+$offset;
What a great plugin!!!! I love it
Hope it helps ??
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Plugin no sync with facebook [Solved]’ is closed to new replies.