[pmwiki-users] Anyone recognize these error messages?

DaveG pmwiki at solidgone.com
Tue Feb 5 16:28:19 CST 2008


Tegan Dowling wrote:
  > "Warning: Cannot modify header information - headers already sent by
> (output started at /home/justice4/public_html/test/pmwiki.php:281) in
> /home/justice4/public_html/test/pmwiki.php on line 884".

<snip>
> 
> RewriteEngine on
> RewriteRule ^([A-Z].*) index.php?n=$1 [L,qsappend]
> RewriteRule ^$ index.php [L,qsappend]
> 

It looks like you have errors referring to pmwiki.php, whilst your 
.htaccess is redirecting to index.php. Did you simply rename pmwiki.php 
to index.php, or index.php does an include of pmwiki.php. If the later 
does index.php do anything else that would cause output? That'd be where 
I'd start.

Also, I'm assuming this is a basic install with no cookbook? If not try 
disabling those to see if there might be some interference.

  ~ ~ Dave




More information about the pmwiki-users mailing list