manual sync works but shortcode import fails
-
We are synchronising via iCal feed from https://nikdow.cbdweb.net/
When first installed, we createdhttps://www.cbdweb.net/bookingcron/
called by
0 * * * * wget --no-check-certificate "https://www.cbdweb.net/bookingcron/"
This was working.
Now if we visit directly the pagehttps://www.cbdweb.net/bookingcron/
(You can try it) we see “0 events imported”. All events have been deleted from our calendar.
Short code in this page is
[booking-manager-import url=’https://nikdow.cbdweb.net/api/index.php?r=icalendar/ical&lodge=nikdow&room=Rm01′ from=’now’]
We have turned on your feature: “Trash all imported bookings before new import”,
as we are using your plugin as a read-only display of data from our own booking service. Therefore the import should trash all bookings and import them again.However if we enter
https://nikdow.cbdweb.net/api/index.php?r=icalendar/ical&lodge=nikdow&room=Rm01
into page/wp-admin/admin.php?page=wpbc-settings&tab=sync&subtab=import
and click on “Import” we get “Imported of 9 events” and now all events are showing at https://www.cbdweb.net/booking//wp-admin/admin.php?page=oplugins
we enter the iCal URL and click on “Show Events (.ics)” we see the suggested shortcode:
[booking-manager-listing url='https://nikdow.cbdweb.net/api/index.php?r=icalendar/ical&lodge=nikdow&room=Rm01' from='any' until='any']
but we also see
[WPBM Error] File does not contain eventsThe page I need help with: [log in to see the link]
- The topic ‘manual sync works but shortcode import fails’ is closed to new replies.