Quote:
Originally Posted by badtrik
I checked in the "includes/usersystems/" directory.
utf_tools.php is only included in phpbb3.php but it's already included with include_once
Do you know if there's a way to enable error reporting in subdreamer?
Errors doesn't display often.
|
I know, that's why I said you should look into the forum directory,
if it is included with "include_once" in SD, it doesn't mean if somewhere (ie your forum files) "include" without "once" is used, it won't include it for the 2nd time,
all of the includes should be "include_once",
with a quick search it seems to be in "common.php",
it uses "require" ,
change that to "require_once", if it didn't work, change it to "include_once"