• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Can't upload more than 20 photos

runtim23

Basic Pleskian
Hi,

I'm running 11.0.9 with php and fcgi on linux and have changed /etc/php.ini, as well as the domain's /etc/php.ini, as well as all subdomain's /etc/php.ini
as well as the /usr/local/psa/admin/conf's php.ini, as well as /usr/local/psa/admin/conf/templates/default/domain/domainVirtualHost.php MaxRequestLen as well as
well as /etc/httpd/conf.d/fcgid.conf's MaxRequestLen.

and I have reconfigured with /usr/local/psa/admin/bin/httpdmng --reconfigure-all and restarted apache.

but ini_get('max_file_uploads') is stuck on 20.

What am I missing?
 
Solved. It slipped my mind that not only does fcgi use a fcgid.conf, but our install references a different config for php settings. Not named php.ini.
 
Back
Top