
Gruß Chris
Code: Select all
Fatal error: Cannot redeclare obtain_portal_config() (previously declared in /var/.../portal/includes/functions.php:24) in /var/.../portal/includes/functions.php on line 45
Code: Select all
include($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
Code: Select all
include_once($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
Code: Select all
// @define('DEBUG', true);
Code: Select all
@define('DEBUG', true);