[Phpug] Hello All
Kae Verens
kae at verens.com
Wed Aug 1 13:41:54 IST 2007
Paddy O'Brien wrote:
> I've been a silent partner on this list for awhile and this is my first
> post. Typically, I'm posting because I have a problem. ;-)
>
> I'm having very strange Session and File Upload problems. They're
> intermittent and seem to fix themselves after a day or so but obviously they
> have to be resolved before the site can go live.
>
> Basically what's happening is that apparently at random my server stops
> saving sessions. Also every time I try to do an upload through php I get an
> error code 3. I had this problem a few days ago and then it stopped. Now
> it's started again. I haven't been near the scripts in question so the
> problem isn't there.
>
> Really what I'm looking for is any advice on how I can get further in
> debugging this problem. Basically I've come up against a wall with the issue
> and I can't see any way of fixing it!
>
> Also, I have to say I liked the idea of a code jam that was mentioned in the
> mail a few weeks back, sounds like a great opportunity to work with some
> high skilled programmers and see how they tick!
>
is it possible that someone has been using xdebug on the system? the
nearest I've found to this is the following error message:
http://xdebug.org/docs-dbgp.php#error-codes
3 - invalid options (ie, missing a required option, invalid value for a
passed option)
not sure if that would be helpful at all - I've never used xdebug myself.
I was experiencing session trouble recently where PHP was creating new
sessions using IDs I gave it, despite those sessions already existing
(the expected behaviour was to reuse the old one).
I don't think this is related.
Kae
More information about the Phpug
mailing list