Code: Selecteer alles
Your mx-portal or module need to be upgraded, since its calling an old mx function include file. If you are coding yourself be sure to include the phpbb includes version of " bbcode.php " instead, i.e. replace mx_root_path with phpbb_root_path in the include call...
ik heb er één gevonden die alle kenmerken vertoont:
Code: Selecteer alles
$phpbb_root_path = '../';
include($phpbb_root_path . 'extension.inc');
include_once("pagestart.$phpEx");
include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx);
