max_input_vars in php.ini Not Updating After Change

Posted in: Newspaper
Post count: 2

I changed it to many numbers starting from 2000 up to 5000. But every time I changed it it would not update the max_input_vars and would keep giving me the same error.

https://imgur.com/a/CDtx7LN

Post count: 2

I found a solution, the max_input_vars value is stopped by default, only delete; symbols will start.

It should be enough with editing your php.ini file. It should look like this without ( ; ) second line :

; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 10000

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.