[wp-trac] [WordPress Trac] #10817: Some character coding error occur if 'default_charset' is set in php.ini
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 10 00:52:51 UTC 2010
#10817: Some character coding error occur if 'default_charset' is set in php.ini
--------------------------+-------------------------------------------------
Reporter: nyuwec | Owner: hakre
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Charset | Version: 2.8.4
Severity: major | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Comment(by hakre):
I think that this ticket is infact a duplicate of #8795.
In case the reporter's feedback is technically correct then the patched in
header line of [10375] would not be able to overwrite the default_charset
directive for the header into UTF-8. That would mean that headers have
already been sended (most probably).
Please activate
{{{
define ('WP_DEBUG', true);
define ('WP_DEBUG_DISPLAY', true);
}}}
to get information about warnings and get them logged. That will help you
to find the problem on these certains blogs.
Since the referenced changeset was prior to the version of wordpress it
was reported to have the error with, it looks like a configuration issue
on certain installs. Please verify on theses installs wether or not that
line of code can be properly executed.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10817#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list