Jump to content

Translations / max_input_vars limit increase


Recommended Posts

Hi 

 

I have installed Prestashop through Plesk. When I try to translate a module, for example, have an alert to increase the limit max_input_vars. 

 

See the Plesk Panel I have a "PHP Settings" option. My PHP Version: PHP 5.3 is 

 

1.6.0.6: Provides version. But I have another store where you install the latest version, and I have the same warning. 

 

I wonder, does anyone know in Plesk mean how do I change the max_input_vars limit? 

 

In Plesk PHP Settings: 

Performance settings 

memory_limit / Standard 

max_execution_time / Standard 

max_input_time / Standard 

post_max_size / Standard 

upload_max_filesize / Standard 

 

common settings 

safe_mode / Off 

safe_mode_include_dir / Standard 

safe_mode_exec_dir / Standard 

include_path / Standard 

session.save_path / Standard 

mail.force_extra_parameters / Standard 

register_globals / Standard 

open_basedir / {WEBSPACEROOT}{/}{:}{TMP}{/}

error_reporting / Standard 

display_errors / Standard 

log_errors / Standard 

allow_url_fopen / Standard 

file_uploads / Standard 

short_open_tag / Standard 

magic_quotes_gpc / Standard 

 

 

In the panel have an option that says: "If you can not find specific PHP parameters, add them in the field below guidelines will be included in the final configuration PHP For example, if you want to automatically load the mSQL extension, add the line:.. Extension = msql.so "

 

I add: max_input_vars and also tried max_input_vars 1000 and still max_input_vars_10000 ... But always gives error. 

 

Can anyone help?

Link to comment
Share on other sites

in php.ini, you should add max_input_vars = 1000

 

 

Hi 
 
You're a good Angel. Thank you very much. 
 
Sufficed add max_input_vars = 10000 in PHP settings in Plesk within the existing table at the end of the page where it says "Additional Guidance". Here is a tip and help to anyone who has access by Plesk Panel.
Link to comment
Share on other sites

 

Hi 
 
You're a good Angel. Thank you very much. 
 
Sufficed add max_input_vars = 10000 in PHP settings in Plesk within the existing table at the end of the page where it says "Additional Guidance". Here is a tip and help to anyone who has access by Plesk Panel.

 

 

 

Hi, if you want to learn more about the php.ini file please read this blogpost, http://www.prestashop.com/blog/en/where-is-php-ini-file/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...