MX portal adminpanel probleem

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
Kaza
Berichten: 604
Lid geworden op: 13 sep 2003, 07:46
Locatie: Rotterdam
Contacteer:

MX portal adminpanel probleem

Bericht door Kaza » 09 nov 2004, 23:23

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 :?
Last edited by Kazango on Sat sep 23, 2004 6:35 am; edited 458 times in total

Gesloten