Dragon I am on a shared server at hostgator. I determined that max_input_vars is set to a default 1000. However when I went into php_ini I did not see any line of code that matches "max_input_vars" so I didn't know how to boost this. I spoke to hostgator but they said that I am on my own with this. One person at HG said you may do it, another said no, it is locked may not change that seting.
HG does not run Suhosin, confirmed this. They run something called suphp if that matters.
So anyway, in php.infi there is no line of code that matches
max_input_vars
I stuck this line
max_input_vars=10000
into my php.ini file, underneath these three:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30
max_input_time = 60
memory_limit = 256M
I didn't want to push it to 100000 so it's 10000 for now.
I have verified that max_input_vars is now 10000
I AM now able to alter and save settings for the shoutbox. I did change the name so that it is no longer shoutbox. That changing the max_input_vars did the trick.
How do I delete a chat room under Chat Room Management? All I see is option to turn it off but how delete entirely?
|