• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP.ini upload limit

wolf Bishop

New Pleskian
I need to to increase the php upload limit. I tried to uodate the php.ini to 1024m, but still in WordPress, I can only upload a maximum file size of 16mb. Why are the changes in my php.ini not actually working???
 
The max_file_uploads for particular subscription can be set via GUI at:

Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives

For example:

Code:
max_file_uploads = 33
 
The max_file_uploads for particular subscription can be set via GUI at:

Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives

For example:

Code:
max_file_uploads = 33

how about inscreasing the size of post_max_size and upload_max_filesize
 
Back
Top