Max_input_vars not updated in system status although updated under phpinfo()

phpinfo() value showing 19000 for max_input_vars
image

However it still shows 1000 max_input_vars under system status of betheme.

image

Can we know what is the solutions to solve this problem? 

Comments

  • Hello,
    this is because as you can see on your first screen, the local value is set to 19000, but the master value is still set to 1000.
    You need to contact your hosting provider and tell him to set it up for you. It looks like the hostining is blocking user changes.
    thanks
  • 'Local value will override the master value when a program or procedure were call
     Changes of master value will imply to the entire server. We can't change the entire server setting just for 1 need'

    This is the reply from my hosting provider. Is it true if changing the local value is sufficient for the program? 

  • If your master value is set to 1000, then your local value won't cross that value, even if local will be set to 5000, then it will be limited to 1000(the master value)

    Contact him one more time, and ask him about increasing that value.
    We had a lot of problems like that and it was always resolved by changing that value by the hosting provider.
    Thanks
Sign In or Register to comment.