[pmwiki-users] Failing mailform use
    Joachim Durchholz 
    jo at durchholz.org
       
    Mon Apr 11 03:44:42 CDT 2005
    
    
  
John W Morris wrote:
>  *Warning*: Cannot modify header information - headers already sent by 
> (output started at 
> /home/virtual/site4/fst/var/www/html/pmwiki/cookbook/mailform.php:79) in 
> */home/virtual/site1/fst/var/www/html/storywiki/pmwiki.php* on line *658*
The error is in mailform.php on line 79.
My guess is that that's the last line of mailform.php, and it contains a 
line end or a blank after the closing ?> bracket. (PHP emits anything 
outside of <?php...?> as HTML source, and that makes it impossible to 
sent HTTP headers afterwards; part of PmWiki's normal operation is to 
set these headers though.)
HTH
Jo
    
    
More information about the pmwiki-users
mailing list