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.
Fatale fout in posting.php
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

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
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