[dokuwiki] Re: Problem with the sidebar template

> Warning: Cannot modify header information - headers already sent by
> (output started at E:\dokuwiki\conf\local.php:1) in
> E:\dokuwiki\inc\actions.php on line 76
> 
> Any ideas on what I might be doing wrong?

You probably have whitespace either before the <?php or after the ending ?> in 
conf/local.php.  This will start client output and cause the headers to be 
written.

I know when a plugin has whitespace in one of these places, I get that error 
message.  We might find the right place in DokuWiki to wrap between ob_start() 
and ob_end_clear() so this isn't a problem.

~joe
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: