Search found 2 matches
Re: php7?
Yes right I didn't noticed there is a new release out there. Maybe this will help others with their older version
Re: php7?
The following has worked to me:
1. Fix this https://www.mantisbt.org/bugs/view.php?id=20484
In the file core/lang_api.php around line 98 you will find the following function which starts as follows:
function lang_get_default() {
global $g_active_language;
$t_lang = false;
Change it by ...
1. Fix this https://www.mantisbt.org/bugs/view.php?id=20484
In the file core/lang_api.php around line 98 you will find the following function which starts as follows:
function lang_get_default() {
global $g_active_language;
$t_lang = false;
Change it by ...