• Resolved jturet

    (@jturet)


    Every time postie fetches an email I get the following error log output.

    22-Sep-2015 17:38:34 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /plugins/postie/postie-functions.php:128) in /plugins/user-switching/user-switching.php on line 805
    [22-Sep-2015 17:38:34 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /plugins/postie/postie-functions.php:128) in /plugins/user-switching/user-switching.php on line 806
    [22-Sep-2015 17:38:34 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /plugins/postie/postie-functions.php:128) in /plugins/user-switching/user-switching.php on line 807

    https://www.ads-software.com/support/topic/postie-conflict-with-user-switching-plugin

    https://www.ads-software.com/plugins/user-switching/

Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Line 128 in Postie’s postie-functions.php file is a debugging function which must be outputting debugging data, which causes the above issue.

    You’ll need to switch off Postie’s debugging, or whatever it is that’s causing its EchoInfo() function to get called.

Viewing 1 replies (of 1 total)
  • The topic ‘User Switching conflict with 'Postie' Plugin’ is closed to new replies.