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?