Quote:
Originally Posted by quickjump
PHP Memory Limit 32.00 MB
Really don't have much installed either.
|
As per my email:
I saw this problem a few months ago with another site protected using the Suhosin module.
The limits that are being imposed by that module are preventing submission of complex forms. I am not an expert with suhosin, but I think the following settings may be to blame:
suhosin.*.max_array_depth
suhosin.*.max_array_index_length
suhosin.*.max_name_length
suhosin.*.max_totalname_length
suhosin.*.max_value_length
suhosin.*.max_vars
where * is get, post and request.
I think you/your server manager needs to increase each of these values quite significantly and restart your web server.
This is not something I can do for you.