Pagina 1 van 1

MX portal adminpanel probleem

Geplaatst: 09 nov 2004, 23:23
door Kaza
Inplaats dat ik het panel zie aan de linkerkant zie ik deze melding

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...
Wat ik eruit begrijp is dat er een fout zit in een include.... maar hoe vind je die en hoe los je het op?

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);
Maar ik zou niet weten wat goed of fout is :?