Today i’ve encounter a problem where there are too many inputs and it failed silently. It did not update the database.
If you see this in your error log
PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini
Update your max_input_vars in php.ini . Take note that this will FAILED SILENTLY!!!!