Title: Plugin (Free Version) Trigerring Loopback Error
Last modified: September 9, 2019

---

# Plugin (Free Version) Trigerring Loopback Error

 *  [jetxpert](https://wordpress.org/support/users/jetxpert/)
 * (@jetxpert)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-free-version-trigerring-loopback-error/)
 * Verified.
 * Your plugin (FREE and PAID versions) is causing the following WP Site Health 
   check error:
 * > Your site could not complete a loopback request. The loopback request to your
   > site failed, this means features relying on them are not currently working 
   > as expected.
   >  Error: [] cURL error 28: Operation timed out after 10004 milliseconds
   > with 0 bytes received.
 * Click here for details: [http://prntscr.com/p3yabu](http://prntscr.com/p3yabu)
 * Research suggests your plugin is blocking WP loopback requests. PHP code may 
   be outdated or incorrect.
 * Click here for more details: [Plugin is Blocking Loopback Requests](https://wordpress.org/support/topic/plugin-is-blocking-loopback-requests-in-wordpress/)
 * Our temporary fix has been to add the following code to our wp-config.php file:
 *     ```
       //For PHP 5.X or higher
       session_start();
       session_write_close();
       // Do the rest of your PHP execution below
       ```
   
 * Would be great if you can review and fix both plugin versions. This finding or
   issue should also help WP Moderators for future WP releases.
 * Please advise. Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [jetxpert](https://wordpress.org/support/users/jetxpert/)
 * (@jetxpert)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-free-version-trigerring-loopback-error/#post-11915630)
 * Please disregard above “temp fix.” It fixes the loopback error but breaks the
   plugin (noticeable when clicking the button “Next”). According to above link,
   best to get rid of the session_start() code altogether. Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Plugin (Free Version) Trigerring Loopback Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bookme-pro-free-appointment-booking-
   system_9da0e4.svg)
 * [Bookme Pro - Online Appointment Booking and Scheduling Plugin](https://wordpress.org/plugins/bookme-pro-free-appointment-booking-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bookme-pro-free-appointment-booking-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bookme-pro-free-appointment-booking-system/)
 * [Active Topics](https://wordpress.org/support/plugin/bookme-pro-free-appointment-booking-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bookme-pro-free-appointment-booking-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bookme-pro-free-appointment-booking-system/reviews/)

## Tags

 * [loopback](https://wordpress.org/support/topic-tag/loopback/)
 * [session](https://wordpress.org/support/topic-tag/session/)
 * [site](https://wordpress.org/support/topic-tag/site/)

 * 1 reply
 * 1 participant
 * Last reply from: [jetxpert](https://wordpress.org/support/users/jetxpert/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-free-version-trigerring-loopback-error/#post-11915630)
 * Status: not resolved