Re: [PHP] Out of Memory error

2007-08-23 Thread Robert Cummings
Check the filesize before you attempt to load it. For uploads you can set maximum allowed uploads... can't remember if that is sufficient to catch the problem before it becomes a fatal error. Cheers, Rob. On Thu, 2007-08-23 at 17:35 +0200, Wouter van Vliet / Interpotential wrote: > I've got a

Re: [PHP] Out of Memory error

2007-08-23 Thread Wouter van Vliet / Interpotential
I've got a followup question to this. Whenever you're doing something that takes too much memory, having a file uploaded that's bigger than max upload size (actually, not sure if that applies but I think it does) or when your script is taking too long to execute it just dies with a very unfriendly

Re: [PHP] Out of Memory error

2007-08-23 Thread Robert Cummings
On Fri, 2007-08-24 at 01:21 +1000, Naz Gassiep wrote: > I'm getting out of memory errors in my image handling script, I *think* > its because I'm handling images that are too large to fit in memory, but > I thought I'd check before just upping the setting to 32mb. > > It is currently set to 16mb

RE: [PHP] Out of memory error message

2002-04-23 Thread Mullin, Reginald
#x27;Chris Hewitt' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Out of memory error message > > Chris, > > Thanks for your feedback. > > Note: The ItemNumber is the Primary key for the Item table and the Foreign > key for the Inventory table. Also, I'm o

RE: [PHP] Out of memory error message

2002-04-22 Thread Mullin, Reginald
t an error message as well? O From Now 'Till Then, \->Reginald Alex Mullin /\ 212-894-1690 > -Original Message- > From: Chris Hewitt [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, April 20, 2002 7:10 AM > To: Mullin, Reginald > Subject: Re: