Pagina 1 van 1

Fatale fout in posting.php

Geplaatst: 07 mei 2004, 19:29
door nick_zw
Ik heb mod-topic_calendar-101 geinstalleerd.
Als ik een reply of nieuw topic will starten dan krijg ik de volgende fout:

Fatal error: Cannot redeclare load_bbcode_template()
(previously declared in /home/z/zwolle/public_html/forum/includes/bbcode.php:45)
in /home/z/zwolle/public_html/forum/includes/bbcode.php on line 43

Zit dus waarschijnlijk ergens dubbele code, maar ik kom er niet uit.

Geplaatst: 07 mei 2004, 20:14
door nick_zw
Die fout die hierboven staat is er inmiddels uit:
ik heb deze code:
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);

veranderd in:
include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx);

Bedankt voor alle hulp ;)

ik krijg nu de volgende fout melding:

Fatal error: Cannot redeclare prepare_message() (previously declared in /home/z/zwolle/public_html/forum/includes/functions_post.php:41) in /home/z/zwolle/public_html/forum/includes/functions_post.php on line 41