[pmwiki-users] Error Messsage from ZAP form page mirrored locally

marc gmane at auxbuss.com
Thu Dec 21 06:43:46 CST 2006


Sivakatirswami said...

> I can then view the wikis locally even if I'm not on line
> I'm getting this message on the zap form that is downloaded
> here:
> 
> Warning: session_start() [function.session-start]: Cannot send session 
> cookie - headers already sent by (output started at 
> /Library/WebServer/html/pmwiki/pmwiki.php:952) in 
> /Library/WebServer/html/pmwiki/cookbook/zap.php on line 463
> 
> Warning: session_start() [function.session-start]: Cannot send session 
> cache limiter - headers already sent (output started at 
> /Library/WebServer/html/pmwiki/pmwiki.php:952) in 
> /Library/WebServer/html/pmwiki/cookbook/zap.php on line 463

Looks like Zap is doing 

  session_start();

instead of

  @session_start();

-- 
Best,
Marc





More information about the pmwiki-users mailing list