The MU forums have moved to WordPress.org

Problem with wp-l10n.php (3 posts)

  1. Falo
    Member
    Posted 18 years ago #

    Hi

    I`m using the latest nightly and when I change the language (wp-includes/languages/de_DE.mo) I always get the following error:

    Fatal error: Cannot instantiate non-existent class: cachedfilereader in /.../wp-inst/wp-includes/wp-l10n.php on line 72

    ...can anybody help me please - thanks in advance!

  2. Korora
    Member
    Posted 18 years ago #

    Hi.
    I had the same problem once.
    Did you filled wp-config.php line 17? If not, change there for example:

    define ('WPLANG', 'Default');

    or

    define ('WPLANG', 'de_DE');

    If this way doesn't help, you can also try the other way: comment out line3 and line6 on /.../wp-inst/wp-includes/wp-l10n.php.
    Hope that these way helps you:)

  3. Falo
    Member
    Posted 18 years ago #

    THANKS a lot Korora, the second way did it!

About this Topic