Title: Getting 3 errors after activating the plugin
Last modified: March 4, 2021

---

# Getting 3 errors after activating the plugin

 *  [Sumit Kaushik](https://wordpress.org/support/users/sumitksk/)
 * (@sumitksk)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/getting-3-errors-after-activating-the-plugin/)
 * Please help me to resolve this error. My site is on xampp localhost right now
   and when I did install and activated the plugin, Site health shows these errors.
 * WordPress Current version: 5.6.2 | All plugins and Astra free theme is updated
   to the latest version.
 * Errors are……..
 * 1. A PHP session was created by a session_start() function call. This interferes
   with REST API and loopback requests. The session should be closed by session_write_close()
   before making any HTTP requests.
 * 2. The REST API is one way WordPress, and other applications, communicate with
   the server. One example is the block editor screen, which relies on this to display,
   and save, your posts and pages.
 * The REST API request failed due to an error.
    Error: cURL error 28: Operation
   timed out after 10008 milliseconds with 0 bytes received (http_request_failed)
 * 3. Loopback requests are used to run scheduled events, and are also used by the
   built-in editors for themes and plugins to verify code stability.
 * 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 10003 milliseconds with 0 bytes received (http_request_failed)

Viewing 1 replies (of 1 total)

 *  [SomebodyWithAName](https://wordpress.org/support/users/dreamwire/)
 * (@dreamwire)
 * [5 years ago](https://wordpress.org/support/topic/getting-3-errors-after-activating-the-plugin/#post-14480574)
 * I have a fix… do the follow:
 * – Open the file “cost-calculator-contactform7.php”
    – Go to line 98 – add session_write_close();
   to that line. – save the file
 * And the errors are gone for me.
    -  This reply was modified 5 years ago by [SomebodyWithAName](https://wordpress.org/support/users/dreamwire/).

Viewing 1 replies (of 1 total)

The topic ‘Getting 3 errors after activating the plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cost-calculator-contact-form-7_bf9597.
   svg)
 * [Calculate Contact Form 7](https://wordpress.org/plugins/cost-calculator-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cost-calculator-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cost-calculator-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/cost-calculator-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cost-calculator-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cost-calculator-contact-form-7/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [SomebodyWithAName](https://wordpress.org/support/users/dreamwire/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/getting-3-errors-after-activating-the-plugin/#post-14480574)
 * Status: not resolved