Some of my custom fields have stopped saving. I've encountered this before, so I assumed the issue is related to the PHP setting max_input_vars
-- However, then I checked my sites phpinfo and max_input_vars
is already set to 100,000 ! https://cln.sh/j14ktNgQ
Some of the fields are saving, but some are not. The issue started after I ran updates:
* Theme: Twenty Nineteen - Updated from version 2.5 to 2.6
* Plugin: Meta Box - Updated from version 5.6.17 to 5.8.2
* Plugin: MB AIO - Updated from version 1.19.1 to 1.23.1
* WP Core: Updated from version 5.9.7 to 6.3.2
Here is what I've tried:
* increasing max_input_vars
(currently it is 100,000)
* checking 'Save Field Value' (true on all fields)
* plugin conflicts (disabling all other plugins does not resolve the issue)
* using default theme (does not resolve the issue)
* switching custom fields from php code to MB Builder (no effect)
Before I go down the path of reverting to previous versions of MB & WP, do you have any other ideas of what the issue might be?
Thank you.