• Resolved antonv

    (@antonv)


    I am evaluating WP Mailster, and the following warning is logged every minute or so

    [13-Oct-2022 11:02:02 UTC] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home/np/public_html/wp-content/plugins/wp-mailster/wp-mailster.php on line 1791

    accumulating about 200K of these messages every 24 hours

    Would

    if (!session_id()) {
    if(!headers_sent())  session_start();
    }

    resolve this?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘session_start() warning’ is closed to new replies.