• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

changing max_input_vars

Luca Ramella

New Pleskian
Hi,

i'm runnig plesk on IIS and i've the needing to change the "max_input_vars" value to a number greater than the default "1000".

i need it to be able to perform changes in the language files of a prestashop installation.

i've read more than one thread speaking about this, but in any case i'm not able to have this change effectively operating.

for example:

https://talk.plesk.com/threads/max_input_vars-and-php-ini-path.260443/

https://talk.plesk.com/threads/max_input_vars-and-php-ini-path.260443/

i've put the correct string (max_input_vars = 10000) in the "additional configuration directives", but nothing move from the value of "1000" in the administrator panel of prestashop

someone can help me?
 
Last edited:
Did you restart the IIS service after adding the additional directive? If you need to change the global directive then you'll need to log onto the server itself and edit the C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5x\php.ini from there (replace X with the right version of PHP) and restart IIS for the chances to take effect.
 
Did you restart the IIS service after adding the additional directive? If you need to change the global directive then you'll need to log onto the server itself and edit the C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5x\php.ini from there (replace X with the right version of PHP) and restart IIS for the chances to take effect.
your are totally right. i forgotten to restart IIS, thx :)
 
Back
Top