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