Increase "max_input_vars"?

Status
Not open for further replies.

clovis9

New Member
Messages
4
Reaction score
0
Points
0
Hi,

I am getting the following error with my XenForo install:
Code:
[COLOR=#141414][FONT=Consolas]parse_str(): Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.[/FONT][/COLOR]

Would it be possible to increase the: max_input_vars to, say 2000?
That would be great.

Thanks,
Clovis

Server: Level
 
Last edited:

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
I am getting the following error with my XenForo install: parse_str(): Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. - Would it be possible to increase the: max_input_vars to, say 2000?

While there might be a error - after the current system update - in the size of that limit - it is set for all accounts on your server
UPDATE: I do not think it is a error - my "Premium" account has PHP [ max_input_vars ] set to 1000

IMO x10hosting will not change it

It is a setting in PHP - starting with verson 5.3.9 - called max_input_vars, which limits the number of input variables that can be created at a particular array level. It defaults to 1000 which is generally more than enough.

The setting is there to protect against a certain type of DoS attack involving hash table collisions

###

Are you using a nulled version?

If he was - his account would be terminated
 
Last edited:

clovis9

New Member
Messages
4
Reaction score
0
Points
0
No, I am not using a "nulled" XenForo, nor did I know what it was until I google searched it.

Wrong wording, XenForo installed correctly, but some add-ons and features require more max_input_vars to operate correctly. For example: http://xenforo.com/community/resources/rt-user-rank-ribbons.832/ requires at least 2000. Do they/would they change this for premium accounts?

Thanks,
Clovis
 
Status
Not open for further replies.
Top