Title: rb's Replies | WordPress.org

---

# rb

  [  ](https://wordpress.org/support/users/rb/)

 *   [Profile](https://wordpress.org/support/users/rb/)
 *   [Topics Started](https://wordpress.org/support/users/rb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem using Japanese language extension](https://wordpress.org/support/topic/problem-using-japanese-language-extension/)
 *  Thread Starter [rb](https://wordpress.org/support/users/rb/)
 * (@rb)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/problem-using-japanese-language-extension/#post-218018)
 * Finally I solved this problem! There was a bug in the file ‘gettext.php’ (or 
   in my server). In the original gettext file there are two possible values of 
   $magic=$this->readint() [$MAGIC1 =- 1794895138 and $MAGIC2 = – 569244523]. My
   local computer shows a value of – 1794895138. However, in my host’s server, the
   value was 2500072158. I modified the condition as ‘if ($magic == $MAGIC1 || $
   magic==2500072158)’ and the problem solved! Still puzzled why the server is unique.

Viewing 1 replies (of 1 total)