Search found 2 matches

by cinatic
20 Feb 2016, 09:54
Forum: Help
Topic: php7?
Replies: 4
Views: 10164

Re: php7?

Yes right I didn't noticed there is a new release out there. Maybe this will help others with their older version
by cinatic
19 Feb 2016, 21:38
Forum: Help
Topic: php7?
Replies: 4
Views: 10164

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 ...