bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

load_default_textdomain() Error when accessing bb-admin/

(3 posts)
  • Started 1 year ago by Omarvelous
  • Latest reply from Omarvelous
  • This topic is not resolved
  1. Omarvelous
    Member

    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?

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

    Posted 1 year ago #
  3. Omarvelous
    Member

    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.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.