Re: [PHP] Memory limit Problem

2011-06-27 Thread Richard Quadling
On 27 June 2011 14:16, Graham Drabble wrote: > On 23 Jun 2011 usene...@drabble.me.uk (Graham Drabble) wrote in > news:xns9f0d980579291grahamdrabbleline...@id-77355.user.dfncis.de: > >> On 23 Jun 2011 ja...@nixsecurity.org wrote in >> news:23a261c.efc7a3a4b4a0468ab221437b2018e...@webmail.lomag.net:

Re: [PHP] Memory limit Problem

2011-06-27 Thread Lester Caine
Graham Drabble wrote: From phpinfo() > > upload_max_filesize 800M 800M > post_max_size 1000M 1000M > > (fwiw the file I'm uploading is ~85MB) Any ideas from anyone? FWIW, the setup works on another server but doesn't work on this server. The upload_max_filesize, post_max_size and memory_lim

Re: [PHP] Memory limit Problem

2011-06-27 Thread Graham Drabble
On 23 Jun 2011 usene...@drabble.me.uk (Graham Drabble) wrote in news:xns9f0d980579291grahamdrabbleline...@id-77355.user.dfncis.de: > On 23 Jun 2011 ja...@nixsecurity.org wrote in > news:23a261c.efc7a3a4b4a0468ab221437b2018e...@webmail.lomag.net: > >> >> Check the value of the upload_max_filesi

Re: [PHP] Memory limit Problem

2011-06-23 Thread Graham Drabble
On 23 Jun 2011 ja...@nixsecurity.org wrote in news:23a261c.efc7a3a4b4a0468ab221437b2018e...@webmail.lomag.net: > > Check the value of the upload_max_filesize and post_max_size > directives in the php.ini. >From phpinfo() upload_max_filesize 800M 800M post_max_size 1000M 1000M (fwiw the fil

Re: [PHP] Memory limit Problem

2011-06-23 Thread james
Check the value of the upload_max_filesize and post_max_size directives in the php.ini. > Original Message >From: Graham Drabble >To: php-general@lists.php.net >Sent: Thu, Jun 23, 2011, 9:46 AM >Subject: [PHP] Memory limit Problem > >Hi, > >I've got a problem with setting the memory l

Re: [PHP] Memory limit Problem

2011-06-23 Thread Peet Grobler
On 6/23/2011 3:29 PM, Graham Drabble wrote: > (ie it seems I only have 128M available). > > There's plenty of RAM on the server. > > Any ideas? Check for the upload_max_filesize parameter. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php