Changes between Initial Version and Version 1 of Ticket #25693, comment 2
- Timestamp:
- 10/25/2013 01:22:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25693, comment 2
initial v1 2 2 It was somehow cleared when clicking the "Update siteurl and home as well." under the site settings in the Network. I'm at a loss to explain as to how that was the cause, but the vast majority of the site's settings were cleared after that. 3 3 4 In any event, the blog_charsetwas cleared along with those other settings and lead to the anomalous posting behavior we saw. We only detected this by connecting w/Sequel Pro and looking at the individual options tables. (Could've just gone to `options.php` per instance, too.)4 In any event, the `blog_charset` was cleared along with those other settings and lead to the anomalous posting behavior we saw. We only detected this by connecting w/Sequel Pro and looking at the individual options tables. (Could've just gone to `options.php` per instance, too.) 5 5 6 6 `die()`ing might not be the most user-friendly way to approach it, but I definitely think we do need to alert the users somehow.