System Status incorrect! PHP Max Input Vars

Because of problems with Muffin Builder and the PHP Max Input Vars (setting was 1000) I increased the setting to 10000 by modify php.ini! Now the real setting is at 10000 by checking "domain/phpinfo()"
But the System Status in Wordpress for PHP Max Input Vars is still at 1000! What else can I do?

Comments

  • Hello,
    That's because that value can be changed only by the hosting provider.
    You changed the local value which is always limited to the maximal value of the global value, so even if you set it to 10000, and global value is 1000, then it will not cross the 1000 value.

    Please contact your hosting provider to change that value ;)
    thanks
Sign In or Register to comment.