Jump to content

max_input_vars


Recommended Posts

Hello,

 

ive had one problem so far with prestashop, and that actually got fixed by staff on the host site, but there would be a easy fix to this that would fix this problem without the need to have the host to fix it.

 

so my problem was:

when i tried to fix some language errors that where on the translations in my shop i got a max_input_vars error. now that is easily fixed by setting max input vars higher, but it could be fixed from the client side to, by making a pagebreak, split it in two would remove this problem all in all.

 

 

 

Host Support:
I've increased the max_input_vars setting to 2000, although you should consider telling prestashop's support that they should modify their script so that it does not try to post as many things all at once (perhaps breaking the translations up into sections).
Edited by klick3r (see edit history)
Link to comment
Share on other sites

This is part of the php.ini file located on your server and sometimes in the root of the shop depending on host.

What they did was increased the max_input_vars most of use increase this to 10000.

 

Here is the line from my .ini file:

; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 10000
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...