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

Patrick R. Michaud pmichaud at pobox.com
Thu Dec 21 08:18:40 CST 2006


On Thu, Dec 21, 2006 at 08:39:46AM -0500, The Editor wrote:
> On 12/21/06, marc <gmane at auxbuss.com> wrote:
> > Looks like Zap is doing
> >
> >  session_start();
> >
> > instead of
> >
> >  @session_start();
> 
> 
> That's true...  I vaguely remember the @ symbol suppresses errors,
> right?  Of course, if the session variables are needed for the form to
> process, do I want to supress errors?  At least it shows there is a
> problem?
> 
> What do you think?

PHP doesn't like or expect session_start() to be called
multiple times within the same script.

This came up earlier this month -- see 
http://thread.gmane.org/gmane.comp.web.wiki.pmwiki.devel/267/focus=297
for a fuller explanation.

Pm




More information about the pmwiki-users mailing list