I have a problem with the calendar plugin. I installed roundcube 0.9.1 on my Synology. After that i installed all the needed plugins for the calendar. I changed the backend to database and added the pgsql.initial.sql to the postgreSQL database (version 8.3.21). Everything looks fine but when i want to add an appointment it just doesnt do anything.. It doesnt give a error but it just doesn't appear in my calendar.
Do i forget something?
I am usimg the calendar plugin version 14.3.2. I am not using the plus version yet. I first wanted to try this out. next step will be caldav :)
hi i updated it to the last version...
it still doesnt work... but i checked the log and it says lines like this :
[03-Jun-2013 21:28:02 +0200]: DB Error: [7] ERROR: permission denied for sequence events_cache_event_id_seq (SQL Query: INSERT INTO "events_cache"
("user_id", "start", "end", "summary", "description", "location", "categories", "recurring", "rr", "expires", "occurrences", "byday", "bymonth", "bymonthday", "reminder", "reminderservice", "remindermailto", "remindersent", "recurrence_id", "exdates", "uid", "client", "caldav", "url", "timestamp")
VALUES ('1', '1414710000', '1414796400', 'Reformationstag', '', '', 'Google', '0', '0', '0', NULL, '0', '0', '0', '0', '0', '0', '0', '0', '0', 'h@
[email protected]', '0', 'a:3:{i:0;s:53:"h@
[email protected]";i:1;b:0;i:2;s:53:"h@
[email protected]";}', NULL, '2013-06-03 21:28:02')) in /volume1/@appstore/MailStation/roundcubemail/program/lib/Roundcube/rcube_db.php on line 416 (GET /mail/?_task=dummy&_action=plugin.calendar_fetchalllayers&_start=1369605600&_end=1373493600&_category=&_tzname=Europe%2FBerlin&_echo=1&_=1370287681072)
I already gave the roundcube user all the priveleges on the tables ... I am not that into the SQL databases ... any ideas what i am missing?
thanx in advance!
never mind .. got it working!
needed to set the priveleges in Sequences .. now its working!
thanks for thinking with me anyway!