Sida 1 av 1

LÖST: problem med Topic calendar

Postat: 2005-01-19 02:08
av balcando
hej jag har installerat Topic calender

Allt verkar fungera utom när man klickar på en kalenderpost då får jag följande felmedelande:
Fatal error: Cannot redeclare prepare_message() (previously declared in /hsphere/local/home/vr6nu/vr6.web.surftown.se/forum/includes/functions_post.php:39) in /hsphere/local/home/vr6nu/vr6.web.surftown.se/forum/includes/functions_post.php on line 39
Vad har jag gjort för fel??

http://vr6.web.surftown.se/forum/index.php

Postat: 2005-01-19 03:05
av balcando
hittade felet själv
iviewtopic hade jag gjort fel

när det var fel hade jag det så här:

Kod: Markera allt

//-- mod : calendar --------------------------------------------------------------------------------
//-- add
include_once($phpbb_root_path . 'includes/functions_calendar.'.$phpEx);
//-- fin mod : calendar ----------------------------------------------------------------------------
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);

När jag ändra till detta fungerade det:

Kod: Markera allt

include($phpbb_root_path . 'includes/functions_post.'.$phpEx);
//-- mod : calendar --------------------------------------------------------------------------------
//-- add
include_once($phpbb_root_path . 'includes/functions_calendar.'.$phpEx);
//-- fin mod : calendar ----------------------------------------------------------------------------