[TEMP FIX] Settings won't save after upgrading WP to 3.5
-
After upgrading WP to 3.5 my settings wouldn’t save, even though I could make changes in the form.
I was able to “fix” it by going in to the database and emptying the ‘googlefonts_options’ option_value field in the wp_options table:
UPDATE wp_options SET option_value = '' WHERE wp_options.option_name = 'googlefonts_options' LIMIT 1;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[TEMP FIX] Settings won't save after upgrading WP to 3.5’ is closed to new replies.