[Phpug] Hello All
Paddy O'Brien
paddysemail at gmail.com
Wed Aug 1 13:57:39 IST 2007
nah nobody's been using xDebugger. Just to clarify when I say an error three
I mean $_FILES['uploadedFiles']['error'] is equal to three which means the
upload was incomplete which either means the server stopped responding or
the client stopped sending during the upload...
On 8/1/07, Kae Verens <kae at verens.com> wrote:
>
> 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
> _______________________________________________
> Phpug mailing list
> Phpug at lists.iephpug.org
> http://lists.iephpug.org/mailman/listinfo/phpug
> Member Map http://www.frappr.com/irishphpusersgroup/
> Membership Planner Calendar: http://tinyurl.com/opjd5
>
More information about the Phpug
mailing list