• 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.

Issue Site PHP settings don't change anything

iHuman

Basic Pleskian
I have a dozen or so WordPress sites hosted on my server. I'm using PHP 7.1.18 with nginx. I've noticed that if I change the settings on an individual domain (ie post_max_size, upload_max_filesize, etc) it has absolutely no effect. Uploading images in WordPress still show the wrong file sizes (ie 2M or 32M). Instead, it seems that the only way to resolve this is to edit the php.ini file for PHP 7.1.8.

While this seems counterintuitive to custom settings for each domain, does that mean individual domain settings can only be LOWER than what is configured in php.ini?
 
Hi iHuman,

if I change the settings on an individual domain (ie post_max_size, upload_max_filesize, etc) it has absolutely no effect.
Pls. describe HOW you changed the settings ( step-by-step ) and pls. ( !!! ) post as well the corresponding "phpinfo" AFTER you made the changes for a (sub)domain and make sure, that you restarted the corresponding PHP - FPM - service after your changes.

Pls. add as well corresponding log - file entries and try to increase the log - level for a more verbose output in your logs. ;)


Uploading images in WordPress still show the wrong file sizes (ie 2M or 32M)
You did you investigate the new settings?


does that mean individual domain settings can only be LOWER than what is configured in php.ini
No.
 
Back
Top