Yessir, that is the file that reads the following:
; Maximum input variable nesting level
;
http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; How many GET/POST/COOKIE input variables may be accepted
; max_input_vars = 10000
; Maximum amount of memory a script may consume (128MB)
;
http://php.net/memory-limit
memory_limit = 256M
Is there another setting that should be changed?
The error is that the shoutbox continues to read "Loading"
Every other function appears to work normally.