pb publication calendar avec phpicalendar
pb publication calendar avec phpicalendar
Bonsoir à tous,
Je viens d'installer et de paramétrer phpicalendar chez Free.
Je souhaite vérouiller le calendrier "perso". Le vérouillage fonctionne sauf que je n'arrive plus à y accéder avec le user et le passeword.
Je joins le config.inc.php :
<?php
$template = 'default';
$default_view = 'week';
$minical_view = 'day';
$default_cal = $ALL_CALENDARS_COMBINED;
$week_start_day = 'Monday';
$day_start = '0800';
$day_end = '2200';
$gridLength = '30';
$num_years = '1';
$month_event_lines = '1';
$tomorrows_events_lines = '1';
$allday_week_lines = '1';
$week_events_lines = '1';
$timezone = '';
$calendar_path = '';
$second_offset = '';
$bleed_time = '-1';
$cookie_uri = '';
$download_uri = '';
$default_path = '';
$charset = 'UTF-8';
$allow_webcals = 'yes';
$this_months_events = 'yes';
$enable_rss = 'yes';
$show_search = 'no';
$allow_preferences = 'no';
$printview_default = 'no';
$show_todos = 'yes';
$show_completed = 'yes';
$allow_login = 'yes';
$login_cookies = 'no';
$save_parsed_cals = 'no';
$tmp_dir = '/tmp';
$webcal_hours = '24';
// Webdav style publishing
$phpicalendar_publishing = '1';
// Administration settings (/admin/)
$allow_admin = 'yes';
$auth_method = 'internal';
$auth_internal_username = 'marc';
$auth_internal_password = 'password';
$ftp_server = 'localhost';
$ftp_port = '21';
$ftp_calendar_path = '';
$unique_colors = '7';
$blacklisted_cals[] = '';
$list_webcals[] = '';
$locked_cals[] = 'perso';
$locked_map['marc:password'] = array('perso');
$apache_map['user1'] = array('');
?>
Si vous voyez des problèmes merci de m'aider.
le lien du calendrier : http://marcagenda.free.fr/icalendar
Je viens d'installer et de paramétrer phpicalendar chez Free.
Je souhaite vérouiller le calendrier "perso". Le vérouillage fonctionne sauf que je n'arrive plus à y accéder avec le user et le passeword.
Je joins le config.inc.php :
<?php
$template = 'default';
$default_view = 'week';
$minical_view = 'day';
$default_cal = $ALL_CALENDARS_COMBINED;
$week_start_day = 'Monday';
$day_start = '0800';
$day_end = '2200';
$gridLength = '30';
$num_years = '1';
$month_event_lines = '1';
$tomorrows_events_lines = '1';
$allday_week_lines = '1';
$week_events_lines = '1';
$timezone = '';
$calendar_path = '';
$second_offset = '';
$bleed_time = '-1';
$cookie_uri = '';
$download_uri = '';
$default_path = '';
$charset = 'UTF-8';
$allow_webcals = 'yes';
$this_months_events = 'yes';
$enable_rss = 'yes';
$show_search = 'no';
$allow_preferences = 'no';
$printview_default = 'no';
$show_todos = 'yes';
$show_completed = 'yes';
$allow_login = 'yes';
$login_cookies = 'no';
$save_parsed_cals = 'no';
$tmp_dir = '/tmp';
$webcal_hours = '24';
// Webdav style publishing
$phpicalendar_publishing = '1';
// Administration settings (/admin/)
$allow_admin = 'yes';
$auth_method = 'internal';
$auth_internal_username = 'marc';
$auth_internal_password = 'password';
$ftp_server = 'localhost';
$ftp_port = '21';
$ftp_calendar_path = '';
$unique_colors = '7';
$blacklisted_cals[] = '';
$list_webcals[] = '';
$locked_cals[] = 'perso';
$locked_map['marc:password'] = array('perso');
$apache_map['user1'] = array('');
?>
Si vous voyez des problèmes merci de m'aider.
le lien du calendrier : http://marcagenda.free.fr/icalendar
Allez faire un tour sur ma galerie photo http://ikario.net.
Oui, c'est bizarre
Il faudrait que quelqu'un nous éclaircisse tout ça.

Allez faire un tour sur ma galerie photo http://ikario.net.
Re: pb publication calendar avec phpicalendar
Message envoyé avec : Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7ikario a écrit :Bonsoir à tous,
Je viens d'installer et de paramétrer phpicalendar chez Free.
Je souhaite vérouiller le calendrier "perso". Le vérouillage fonctionne sauf que je n'arrive plus à y accéder avec le user et le passeword.
Je joins le config.inc.php :
<?php
$template = 'default';
$default_view = 'week';
$minical_view = 'day';
$default_cal = $ALL_CALENDARS_COMBINED;
$week_start_day = 'Monday';
$day_start = '0800';
$day_end = '2200';
$gridLength = '30';
$num_years = '1';
$month_event_lines = '1';
$tomorrows_events_lines = '1';
$allday_week_lines = '1';
$week_events_lines = '1';
$timezone = '';
$calendar_path = '';
$second_offset = '';
$bleed_time = '-1';
$cookie_uri = '';
$download_uri = '';
$default_path = '';
$charset = 'UTF-8';
$allow_webcals = 'yes';
$this_months_events = 'yes';
$enable_rss = 'yes';
$show_search = 'no';
$allow_preferences = 'no';
$printview_default = 'no';
$show_todos = 'yes';
$show_completed = 'yes';
$allow_login = 'yes';
$login_cookies = 'no';
$save_parsed_cals = 'no';
$tmp_dir = '/tmp';
$webcal_hours = '24';
// Webdav style publishing
$phpicalendar_publishing = '1';
// Administration settings (/admin/)
$allow_admin = 'yes';
$auth_method = 'internal';
$auth_internal_username = 'marc';
$auth_internal_password = 'password';
$ftp_server = 'localhost';
$ftp_port = '21';
$ftp_calendar_path = '';
$unique_colors = '7';
$blacklisted_cals[] = '';
$list_webcals[] = '';
$locked_cals[] = 'perso';
$locked_map['marc:password'] = array('perso');
$apache_map['user1'] = array('');
?>
Si vous voyez des problèmes merci de m'aider.
le lien du calendrier : http://marcagenda.free.fr/icalendar
Qui est en ligne ?
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 3 invités