Fatale fout in posting.php

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
nick_zw
Berichten: 65
Lid geworden op: 06 mei 2004, 16:04

Fatale fout in posting.php

Bericht door nick_zw » 07 mei 2004, 19:29

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.

nick_zw
Berichten: 65
Lid geworden op: 06 mei 2004, 16:04

Bericht door nick_zw » 07 mei 2004, 20:14

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

Gesloten