Options not saving.
-
So I think this might be a wordpress options saving bug. But I’ve only encountered it with twitget. So here’s what happened, during a “save” of my twitget settings. I saw that the data entry (option_value) that was saved to the database only had value (option_value) of “1”. Nothing more and nothing less just simply the value of 1. And once this happened nothing would have save/update, regardless of that option(s) you changed. Now once I did a DELETE (DELETE FROM wp_options WHERE option_name=”twitget_settings”;). Everything started to work again. Now so far I’ve have this happen on 2x of my 8 wordpress sites. And it’s easy enough to fix. But I can’t seem to track down what is causes it in the first place. I’ve even tried adding in a delete_option before the update. But that has also failed. Once that value is “1”, WordPress seems incapable of dealing with that eatery (option and value) ever again.
The topic ‘Options not saving.’ is closed to new replies.