• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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