Wednesday 19 March 2003 10:30:55 am
> > I have PHP 4.1.2 installed
> >
> > Everything works fine but sometimes eZPublish 3.0 cause
> > problems to PHP
> >
> > here is what I saw in my error_log file :
> >
> > [notice] child pid ????? exit signal Segmentation
> Fault
> > (11)
> >
> > When this line appears, I'm not able to log in!!!!!!!
> >
> > Thank you
>
> If it helps, the problem seems to be related to the > session_start() function in PHP... I found this on php.net website : http://www.php.net/manual/fr/function.session-start.php
richard at richard-sumilang dot com
03-Jan-2003 01:04
Note:
------------------ For those of you OOP people, when creating your session management class, note that you cannot call session_start() from within a method of the object. It will not work properly unless you add at the end of every link the session id to be passed.
|