Info
- 3 posts
- 2 voices
- Started 5 years ago by Omarvelous
- Latest reply from Omarvelous
- This topic is not resolved
load_default_textdomain() Error when accessing bb-admin/
-
- Posted 5 years ago #
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 5 years ago #
You don't need that file. :) You have already installed, right? What did you last change?
-
- Posted 5 years ago #
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.
-
You must log in to post.