Skip to:
Content
Pages
Categories
Search
Top
Bottom

load_default_textdomain() Error when accessing bb-admin/

  • I’m getting the following error:

    “Fatal error: Call to undefined function load_default_textdomain() in S:Devxampphtdocsblogforumsbb-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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You don’t need that file. :) You have already installed, right? What did you last change?

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar