• dvharrison

    (@dvharrison)


    Hi

    We are developing a website and the site health is showing the following error message when we activate either Cost Calculator Contact Form 7 or Cost Calculator Contact Form 7 Pro (or both):

    An active PHP session was detected (Performance)

    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.

    I have carried out a fresh install and added all my plugins and tested every single one. Its definitely these plugins

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dvharrison

    (@dvharrison)

    This post was written nearly a week old and I still haven’t received a reply.

    It is vital that this is addressed.

    Thread Starter dvharrison

    (@dvharrison)

    Ok, my original post was written in March and we’re at the end of April and still no response.

    Diabolical.

    I am seeing the same error. When I deactivate the plugin the error clears:

    An active PHP session was detected Performance

    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.

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting a critical error when running Cost calculator’ is closed to new replies.