Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25693, comment 2


Ignore:
Timestamp:
10/25/2013 01:22:27 PM (12 years ago)
Author:
ZaMoose
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25693, comment 2

    initial v1  
    22It 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.
    33
    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.)
     4In 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.)
    55
    66`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.