Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Syncing Issue, Blank page
- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by Andre Flores.
- AuthorPosts
- July 25, 2018 at 1:49 pm #702713Robbie DoneParticipant
Hi,
When I go to sync all my calendars it is displaying a blank page and not updating, can I get help ASAP.
July 26, 2018 at 1:40 pm #703052Stacy LindKeymasterHi Robbie,
We created a support ticket and sent you an email. Answer to it for further assistance.
August 16, 2018 at 11:17 am #709297Robbie DoneParticipantHi, you did send me an email with the SQL statement in it but i have lost the email and it has happened again, can you please send it again 😉
August 16, 2018 at 1:09 pm #709338J. DavisKeymasterHi Robbie,
Here is SQL command to run in case there are so much logs that it is impossible to clear them from the dashboard:
UPDATE `wp_options` SET `option_value` = 'a:0:{}' WHERE `option_name` = 'mphb_ical_sync_rooms_queue_processed_data'
And this query is optional it removes the synchronization that can not be finished
DELETE FROM `wp_options` WHERE `option_name` LIKE 'mphb_ical_sync_%'
Make sure to substitute default table prefix wp_ with your custom table prefix if it differs. Don’t hesitate to contact us in case you need our assistance with this.
best regards,
JohnMay 18, 2020 at 8:24 pm #955744Sabrina Maximiano ArcosParticipantThis reply has been marked as private.May 21, 2020 at 6:36 am #956797Andre FloresModeratorHi, Sabrina!
In order to clear sync logs in your database you should run the below query in your database via phpMyAdmin tool:
UPDATE
wp_optionsSET
option_value= 'a:0:{}' WHERE
option_name= 'mphb_ical_sync_rooms_queue_processed_data'
Make sure to replace wp_ with your database table prefix.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.