Re: Upload error 500
- Posted on:
- Author: satmedsteve
Support Home Page › Forums › Joomla Software › Easy Flash Uploader Plugin › Upload error 500 › Re: Upload error 500
April 10, 2012 at 7:10 pm
#1082
Participant
Actually i fixed it like this, in case anyone else has the same problem:
It can occur when uploading a file that is too large on an Apache web server with mod_fcgid enabled. The solution is to set MaxRequestLen to a larger value.
Just add this to /etc/apache2/mods-available/fcgid.conf
—
# to get around upload errors when uploading images increase the MaxRequestLen size to 15MB
MaxRequestLen 15728640
—