The MU forums have moved to WordPress.org

Fatal error: Cannot instantiate non-existent class: cachedfilereader in ... (5 posts)

  1. Mariwal
    Member
    Posted 17 years ago #

    This error appears

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

    Please, any help will be apreciated

  2. mypatricks
    Member
    Posted 17 years ago #

    try open wp-config.php or wp-config-sample.php
    edit this lines:
    define ('WPLANG', '');
    to
    define ('WPLANG', ' ');

  3. denileigh
    Member
    Posted 17 years ago #

    It is set that way. :(

    Any other ideas? WAAAAA

  4. drmike
    Member
    Posted 17 years ago #

    Actually set it to the language you are using. This suggestion comes from a trac ticket on the subject.

    Hope this helps,
    -drmike

  5. ethoslight
    Member
    Posted 17 years ago #

    drmike-

    Your suggestion helped. I add en like this: define ('WPLANG', 'en');

    Thanks!

About this Topic

  • Started 17 years ago by Mariwal
  • Latest reply from ethoslight