This doesnt do the trick in config.php:
Code: Select all
@define('PHPBB_INSTALLED', true);
@define('PHPBB_ENVIRONMENT', 'production');
@define('DEBUG_CONTAINER', true);
@define('PHPBB_DISPLAY_LOAD_TIME', true);
Code: Select all
@define('PHPBB_INSTALLED', true);
@define('PHPBB_ENVIRONMENT', 'production');
@define('DEBUG_CONTAINER', true);
@define('PHPBB_DISPLAY_LOAD_TIME', true);
Thanks3Di wrote: Wed Jan 08, 2020 9:03 pm See https://phpbbstudio.com/viewtopic.php?f=11&t=130 - viewtopic.php?p=15381426#p15381426
Thanks, but 3Di's solution is working perfect for me.Tread wrote: Thu Jan 09, 2020 4:52 am Stoker you should have asked i have an extension to show debug info.