- Posts: 5
- Thank you received: 0
The developer takes a few days off for Holidays...
...and will be back with charged battery!
From 23 December to 2 January included
During this period, assistance from developer will not be provided.
Warning: require_once(components/com_icagenda/themes/packs/default/default_calendar.php) [function.require-once]: failed to open stream: No such file or directory in /xxxxx.xxx/xxxxxxxx/xxx/xxxxxx/accueil/modules/mod_iccalendar/mod_iccalendar.php on line 191
Fatal error: require_once() [function.require]: Failed opening required 'components/com_icagenda/themes/packs/default/default_calendar.php' (include_path='.:/usr/local/lib/php') in /xxxxx.xxx/xxxxxxxx/xxx/xxxxxx/accueil/modules/mod_iccalendar/mod_iccalendar.php on line 191
Warning: Unterminated comment starting line 156 in /xxxxx.xxx/xxxxxxxx/xxx/xxxxxx/accueil/modules/mod_iccalendar/mod_iccalendar.php on line 156
Fatal error: fatal flex scanner internal error--end of buffer missed in /xxxxx.xxx/xxxxxxxx/xxx/xxxxxx/accueil/modules/mod_iccalendar/mod_iccalendar.php on line 156
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
//$t_calendar = "components/com_icagenda/themes/packs/".$template."/".$template."_calendar_original.php";
$t_calendar = $com_front.'themes'.DS.'packs'.DS.$template.DS.$template.'_calendar_original.php';
//$t_day = "components/com_icagenda/themes/packs/".$template."/".$template."_day.php";
$t_day = $com_front.'themes'.DS.'packs'.DS.$template.DS.$template.'_day.php';
Please Log in or Create an account to join the conversation.
// Search template of iC Calendar
if(!file_exists(JURI::base(true).'components/com_icagenda/themes/packs/'.$template.'/'.$template.'_calendar.php')){
$template='default';
}
$t_calendar = JURI::base(true).'components/com_icagenda/themes/packs/'.$template.'/'.$template.'_calendar.php';
$t_day = JURI::base(true).'components/com_icagenda/themes/packs/'.$template.'/'.$template.'_day.php';
Please Log in or Create an account to join the conversation.
// Search template of iC Calendar
if(!file_exists(JPATH_BASE.'/components/com_icagenda/themes/packs/'.$template.'/'.$template.'_calendar.php')){
$template='default';
}
$t_calendar = JPATH_BASE.'/components/com_icagenda/themes/packs/'.$template.'/'.$template.'_calendar.php';
$t_day = JPATH_BASE.'/components/com_icagenda/themes/packs/'.$template.'/'.$template.'_day.php';
Please Log in or Create an account to join the conversation.
$com_front = dirname(JApplicationHelper::getPath('front','com_icagenda')).DS;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.