Localization problem with Wordpress 2.3
I’ve transferred a wordpress system to another server which runs PHP 5. The language file didn’t work anymore. After one annoying hour I’ve found out that the gettext functions are buggy.
Solution:
- Get the current version of php-gettext at http://download.savannah.nongnu.org/releases/php-gettext/
- Extract the gettext.php and streams.php to your wp-includes-directory
That’s all.
Keywords: wordpress, localization, php 5, language file, problem, 64 bit, gettext, de_DE.mo
Leave a Reply