Using the trunk@29403, I get the following error after accessing the calendar.
I use PostgreSQL. There were no errors during the update.
How might I go about fixing this?
The error occurs due to:
egw_api_content_history.sync_contentid=egw_cal.cal_id
WARNING: nonstandard use of \ in a string literal at character 88
HINT: Use the escape string syntax for backslashes, e.g., E’\’.
WARNING: nonstandard use of \ in a string literal at character 88
HINT: Use the escape string syntax for backslashes, e.g., E’\’.
WARNING: nonstandard use of \ in a string literal at character 88
HINT: Use the escape string syntax for backslashes, e.g., E’\’.
ERROR: operator does not exist: character varying = integer at character 423
HINT: No operator matches the given name and argument type(s). You might need
to add explicit type casts.
STATEMENT: (SELECT
egw_cal_repeats.,egw_cal.,cal_start,cal_end,cal_recur_date,NULL AS
participants,NULL AS icons FROM egw_cal JOIN egw_cal_dates ON
egw_cal.cal_id=egw_cal_dates.cal_id JOIN egw_cal_user ON
egw_cal.cal_id=egw_cal_user.cal_id LEFT JOIN egw_cal_repeats ON
egw_cal.cal_id=egw_cal_repeats.cal_id JOIN egw_api_content_history ON
egw_api_content_history.sync_appname = ‘calendar’ AND
egw_api_content_history.sync_contentid=egw_cal.cal_id WHERE (cal_user_type=‘u’
AND cal_user_id IN (‘3’,’-2’,’-1’,’-25’,’-27’,’-6’,’-16’)) AND sync_deleted IS
NULL AND 1267336800 < cal_end AND cal_start < 1267941599 AND recur_type IS
NULL AND cal_recur_date=0)
UNION
(SELECT
egw_cal_repeats.,egw_cal.,cal_start,cal_end,cal_recur_date,NULL AS
participants,NULL AS icons FROM egw_cal JOIN egw_cal_dates ON
egw_cal.cal_id=egw_cal_dates.cal_id JOIN egw_cal_user ON
egw_cal.cal_id=egw_cal_user.cal_id LEFT JOIN egw_cal_repeats ON
egw_cal.cal_id=egw_cal_repeats.cal_id JOIN egw_api_content_history ON
egw_api_content_history.sync_appname = ‘calendar’ AND
egw_api_content_history.sync_contentid=egw_cal.cal_id WHERE (cal_user_type=‘u’
AND cal_user_id IN (‘3’,’-2’,’-1’,’-25’,’-27’,’-6’,’-16’)) AND sync_deleted IS
NULL AND 1267336800 < cal_end AND cal_start < 1267941599 AND
cal_recur_date=cal_start)
ORDER BY cal_start
–
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E