Hi all,
I've spent the past 3 days of my life with this issue, hope you guys can help me.
When posting fields with very long text (1MB) or uploading files larger than 1MB, it fails, and shows a 500 error on the Developer Console.
Grabbed all error logs in the system but nothing is mentioned anywhere.
PHP settings were set for way higher than 1MB in all system configuration files, and Plesk interface.
Googled and tried all the fixes including this one: Unable to upload large files via PHP: HTTP request length exceeds MaxRequestLen
but no luck
fcgi is set to:
memory_limit 128M for both local and master values
post_max_size 200M 180M
upload_max_filesize 200M 160M
Additinal Apache directives
<IfModule mod_fcgid.c>
MaxRequestLen 1073741824
FcgidMaxRequestLen 1073741824
FcgidMaxRequestsPerProcess 1000
FcgidProcessLifeTime 7200
</IfModule>
What am I missing?
Please help !
I've spent the past 3 days of my life with this issue, hope you guys can help me.
When posting fields with very long text (1MB) or uploading files larger than 1MB, it fails, and shows a 500 error on the Developer Console.
Grabbed all error logs in the system but nothing is mentioned anywhere.
PHP settings were set for way higher than 1MB in all system configuration files, and Plesk interface.
Googled and tried all the fixes including this one: Unable to upload large files via PHP: HTTP request length exceeds MaxRequestLen
but no luck
fcgi is set to:
memory_limit 128M for both local and master values
post_max_size 200M 180M
upload_max_filesize 200M 160M
Additinal Apache directives
<IfModule mod_fcgid.c>
MaxRequestLen 1073741824
FcgidMaxRequestLen 1073741824
FcgidMaxRequestsPerProcess 1000
FcgidProcessLifeTime 7200
</IfModule>
What am I missing?
Please help !