• Resolved jinsley8

    (@jinsley8)


    When activating debugging to look for site issues, there are thousands of issues per day from a PilotPress PHP warning (PHP 7.4 and PHP 8.0).

    session_start(): Session cannot be started after headers have already been sent

    Stacktrace below:

    [internal] session_start

    /home/public_html/wp-content/plugins/pilotpress/pilotpress.php:2552 - PilotPress::start_session

    /home/public_html/wp-content/plugins/pilotpress/pilotpress.php:85 - PilotPress::__construct

    /home/public_html/wp-content/plugins/pilotpress/pilotpress.php:24 - include_once

    /home/public_html/wp-settings.php:447 - require_once

    /home/public_html/wp-config.php:82 - require_once

    /home/public_html/wp-load.php:50 - require_once

    /home/public_html/wp-cron.php:46 - [main]

Viewing 1 replies (of 1 total)
  • Plugin Author ONTRAPORT

    (@ontraport)

    Hi there. Sorry for the long response time. We’ve tested our plugin in PHP 8 and we dont experience the same issues you’re having.

    I suspect it is more likely some play between different plugins and pilotpress. Pilotpress utilizes sessions and as such needs to write cookie headers.

    If another plugin needs to emit data prior to Pilotpress loads this could be the culprit to the errors you experienced.

    If you are in need of assistance on identifying the plugin please reach out to our customer experience team and they’ll help you out to debug the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘session_start(): Session cannot be started after headers have already been sent’ is closed to new replies.