WordPress : Wordpress+Xserverで起きる英語表記化の直し方 ΥȥϤƤʥ֥åޡɲ Υȥdel.icio.usɲ

2006/10/11

中級ブロガーに人気のXserverで最近起こっているWordPressの問題。急に管理画面が英語表記から戻らなくなる現象が話題になってます。

私もXserverで運用していたWordpress管理画面が同じ現象になりました。
解決方法はすでに既出しているようです。

wp-includes/gettext.php 110~113行 修正前

$this->STREAM = $Reader;
$magic = $this->readint();
if ($magic == ($MAGIC1 & 0xFFFFFFFF)) { // to make sure it works for 64-bit platforms
$this->BYTEORDER = 0;

修正後

$this->STREAM = $Reader;
$magic = $this->readint();
if ($magic == $MAGIC1) { // ビットの and 演算をはずした
$this->BYTEORDER = 0;

Wordpressのフォーラムで原因が詳しく討論されてます。↓
Xserver でコントロールパネルを日本語化できない

 
add to hatena hatena.comment (1) add to del.icio.us (3) add to livedoor.clip (0) add to Yahoo!Bookmark (0) Total: 4

関連

  • No related posts. ...

1 Comment »

  1. [...] http://www.hereticanthem.com/wordpress/277/ [...]

    Pingback by xserverの不具合 | setting_web — 2008/8/26 @ 11:32

Leave a comment

 


Back to Top
 

Valid XHTML 1.0 Transitional Valid CSS!
Copy rights 2006 © hereticanthem co.,ltd. All rights reserved.
convert time: 3.300 sec.