Hello Mohit,

 

I get same issue last week on fresh install using repository.

 

You can fetch database schema in sources :

 

CREATE TABLE `sogo_alarms_folder` (

  `c_path` varchar(255) NOT NULL,

  `c_name` varchar(255) NOT NULL,

  `c_uid` varchar(255) NOT NULL,

  `c_recurrence_id` int(11) default NULL,

  `c_alarm_number` int(11) NOT NULL,

  `c_alarm_date` int(11) NOT NULL

)

 

Matthieu

 

De : Mohit Chawla [mailto:mohit.chawla.bin...@gmail.com] 
Envoyé : vendredi 15 octobre 2010 09:40
À : users@sogo.nu
Objet : [SOGo] SOGo sogo_alarms_folder, how to create?

 

Hi,

 

While trying to configure email reminders and alarms, I get the error: 

 

[ERROR] <0x0x90e6318[GCSAlarmsFolder]> -[GCSAlarmsFolder
deleteRecordForEntryWithCName:inCalendarAtPath:]: cannot delete record:
<MySQL4Exception: 0x909cc40> NAME:ExecutionFailed REASON:Table
'sogo.sogo_alarms_folder' doesn't exist

 

 

I have OCSEMailAlarmsFolderURL configured as
mysql://sogo:sogopas...@localhost:3306/sogo/sogo_alarms_folder

and SOGoEnableEmailAlarms = YES. 

 

So, like other folders, I thought this would be created automatically with a
SOGo restart. But since this is not happening, is it possible to have a
schema for the table, and create it manually ? 

 

Thanks.

 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to