[pmwiki-users] "Cannot modify header..."

Patrick R. Michaud pmichaud at pobox.com
Mon Sep 18 08:30:23 CDT 2006


On Mon, Sep 18, 2006 at 10:13:53AM +0200, Daniel Hofer wrote:
> Hello
> 
> it's crazy.
> Last week I updated on an actual version. Then, I assume but I'm not 
> sure, I've got the following message on every page in my wikifarm:
> --------------------------------------
> Warning: Cannot modify header information - headers already sent by 
> (output started at 
> /home/httpd/vhosts/dokuweb.ch/httpdocs/farm/pmwiki/local/farmconfig.php:53) 
> in /home/httpd/vhosts/dokuweb.ch/httpdocs/farm/pmwiki/pmwiki.php on line 884
> ------------------------------------
> [...]

Something in the farmconfig.php file (on or about line 53) is sending
output to the browser.  Either that line contains a closing ?> and
whatever follows is being output, or there's a 'print' or 'echo'
statement somewhere.

If there's a closing '?>' in the file, then remove it and see if that
fixes the problem.

If that doesn't work, perhaps send me the farmconfig.php and I'll
take a look.

Pm




More information about the pmwiki-users mailing list