• Hello,

    I have multiple PHP 7.2 FPM warnings like

    PHP Warning: session_start(): Cannot start session when headers already sent in (...)/wp-content/plugins/participants-database/vendor/wp-session-manager/wp-session-manager.php on line 46

    I’ve found some info here but I’m not sure if it is related to it.

    Could you please advise? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    That can happen if you have errors getting printed to the screen or if you have a misbehaving plugin that is outputting to the screen when it shouldn’t. Try deactivating other plugin to see what might be causing the problem.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning: session_start(): Cannot start session when headers already sent’ is closed to new replies.