I´m trying to edit my homepage(it´s big) and when i include or change any element, using muffin buider, i lost some data in this page. I already change max_input_vars to 20000.
My project php info can be view using this link:
[Links visible only for registered users]
How can i fix this issue?
Thanks.
Comments
yes, we can see you changed max_input_vars to 2000 but you got SUHOSIN extension installed that overwrites above setting. Please disable this extension and everything should be fine.
To anyone with the same problem, i only added this lines on my php.ini to disable suhosin:
[suhosin]
suhosin.simulation = On