File uploads of large files succeed but end in a white screen.
Posted: 14 September 2009 11:27 AM   [ Ignore ]
Newbie
Rank
Total Posts:  8
Joined  2009-09-09

Hello,

We have edited the Maximum File Size (in bytes) for our uploads to 20971520 in EE and edited php.ini to have upload_max_filesize = 20MB and post_max_size = 21MB.

We do not get any errors from EE now and the file upload succeeds and the database is updated by FreeForm with all of the pertinent data and attachment info.

But any file larger than 3 MB ends in a white screen instead of getting the form reloaded.

You can see this in action here: http://www.getseengetseafood.com/index.php

Any advice?

TIA

Profile
 
 
Posted: 14 September 2009 12:12 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  8
Joined  2009-09-09

I feel foolish that I did not think of this.  Made edits to php.ini now:

max_execution_time = 600
max_input_time = 600
memory_limit = 128M

And 6 Mb file is no longer an issue.  Testing 20 Mb file now.

Profile
 
 
Posted: 02 February 2010 09:46 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  1
Joined  2009-11-02

Wish I’d found this earlier - i burned a day trying to figure this out…

Went from here to adjusting resource limits in MAMP and now it works perfectly - thanks for posting.

Profile