• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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