• There is this PHP warning: Cannot modify header information – headers already sent

    On line:
    wp-content/plugins/pitchprint/pitchprint.php in register_session at line 798
    setcookie(‘pitchprint_sessId’, uniqid(‘pp_w2p_’, true), time()+60*60*24*30, ‘/’);

    Can you fix this please?
    It generates -in our case- some 3K errors per day.

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

    (@flexcubed)

    Hi Dave,

    Thanks for reaching out to us.

    We create a session cookie for our plugin when the WordPress action “init” is triggered. This is the earliest stage on WordPress that we could possibly set the cookies. So there must be a plugin or something on your site that is outputting data during the init action. Thus the error.

    Are you able to check where the output could be coming from?

Viewing 1 replies (of 1 total)
  • The topic ‘PHP warning: headers already sent’ is closed to new replies.