when i create the database calendar i have this error :
NOTICE: CREATE TABLE créera des séquences implicites « events_event_id_seq » pour la colonne serial « events.event_id »
NOTICE: CREATE TABLE / PRIMARY KEY créera un index implicite « events_pkey » pour la table « events »
NOTICE: CREATE TABLE créera des séquences implicites « events_cache_event_id_seq » pour la colonne serial « events_cache.event_id »
NOTICE: CREATE TABLE / PRIMARY KEY créera un index implicite « events_cache_pkey » pour la table « events_cache »
ERREUR: la relation « events_user_id » existe déjà
after i have error i my interface calendar.
http://myroundcube.googlecode.com/files/calendar2.zip
Create database table from scratch, reconfigure it (there are config keys for Postgre) and test it.
i try with mysql and i have this error :
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `events_cache` (
`event_id` int(11) unsigned NOT NULL AUTO_INCREM' at line 30
roundcube work properly but the calendar no
Quote from: rosali;33134http://myroundcube.googlecode.com/files/calendar2.zip
Create database table from scratch, reconfigure it (there are config keys for Postgre) and test it.
I am a beginer in database. If i restart from scratch i use postgres.initial.sql for my database. I do modify this file???? or the sql file for calendar???