session_start(): Cannot start session when headers already sent warnings
-
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
- The topic ‘session_start(): Cannot start session when headers already sent warnings’ is closed to new replies.