Hi All,
I am having difficulty accessing my eGroupware Calendar from Kontact using
groupdav.
It worked correctly with 1.6.003, but after upgrading to the latest version
(1.8.001.20110421) I keep getting error messages.
I have attached part of the apache-error log for a single entry. I get this
error for each entry in the calendar.
When accessing the groupdav.php url directly using firefox, I do not see these
error messages.
The SQL-statement listed in the error-log is:
SELECT egw_cal_repeats.,egw_cal.,MIN(cal_start) AS cal_start,MIN(cal_end) AS
cal_end FROM egw_cal ,egw_cal_dates LEFT JOIN egw_cal_repeats ON
egw_cal_dates.cal_id=egw_cal_repeats.cal_id WHERE
egw_cal.cal_id=egw_cal_dates.cal_id AND (egw_cal.cal_id = 69) GROUP BY
egw_cal.cal_id,egw_cal.cal_uid,egw_cal.cal_owner,egw_cal.cal_category,egw_cal.cal_modified,egw_cal.cal_priority,egw_cal.cal_public,egw_cal.cal_title,egw_cal.cal_description,egw_cal.cal_location,egw_cal.cal_reference,egw_cal.cal_modifier,egw_cal.cal_non_blocking,egw_cal.cal_special,egw_cal.cal_etag,egw_cal_repeats.cal_id,egw_cal_repeats.recur_type,egw_cal_repeats.recur_enddate,egw_cal_repeats.recur_interval,egw_cal_repeats.recur_data,egw_cal_repeats.recur_exception
This SQL-query works after adding the following to the GROUP BY statement:
"
,egw_cal.cal_creator,egw_cal.cal_created,egw_cal.cal_recurrence,egw_cal.tz_id
"
Does anyone have any ideas?
Thanks,
Joost Roeleveld
PS. version info:
PHP = 5.3.6
Apache = 2.2.17
kdepim = 4.5.95
postgresql = 8.4.4