• Resolved iapprentice

    (@iapprentice)


    Hello,

    When I enable wpforms lite, my error log fills with the following warning.

    PHP Warning: session_start(): Cannot start session when headers already sent

    The warning points to a file in another plugin that has

    if (session_status() == PHP_SESSION_NONE) {
    session_start();
    }

    I have tried all the usual remedies outlined in the link below, but I have been unable to resolve it.

    https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php

    The warnings are not pointing to a file your plugin, but thought I’d reach out to see if you had some suggestions on how I can resolve this ?

    Thank you for your help.
    Best Regards

    • This topic was modified 4 years, 1 month ago by iapprentice.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @iapprentice,

    Thanks for contacting us!

    I got in touch with our developers & the word I hear is that we do not use PHP sessions at all in our plugin. However, it seems that the plugin which is causing the conflict is starting the session too late. When you have some time, please reach out to the developer to fix the issue you’re facing.

    Thanks!

    Thread Starter iapprentice

    (@iapprentice)

    Hello,

    Thank you for the response.

    Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘session_start(): Cannot start session when headers already sent warnings’ is closed to new replies.