Forums

Join
bbPress Support ForumsTroubleshootingload_default_textdomain() Error when accessing bb-admin/

Info

load_default_textdomain() Error when accessing bb-admin/

  1. I'm getting the following error:

    "Fatal error: Call to undefined function load_default_textdomain() in S:\Dev\xampp\htdocs\blog\forums\bb-settings.php on line 143"

    I get this whenever I try to access the Admin section logged in as Key Master, or whenever I try to go into bb-press/index.php or install.php.

    That line is as follow in bb-settings -
    // Load the default text localization domain.
    load_default_textdomain();

    Now....

    Do I need a file if i'm using english?
    My config.php is as follows:
    define('BBLANG', '');

    Any1?

  2. You don't need that file. :) You have already installed, right? What did you last change?

  3. Well, I was having those other problems, in my last thread.

    I activated the mod_rewrite in Apache,
    changed $bb->domain = 'http://localhost';
    and $bb->path = '/blog/forums/';
    I had made the key_master "admin" which was same as my wordpress, which was a problem, but I fixed by altering the wp_usermeta as specified in another thread.

    I believe that was it.... beside create a my-templates folder, and create a copy of the default one.

  4. You must log in to post.