[horde] alarm system sql issues?

Liam Hoekenga liamr at umich.edu
Wed Jun 18 18:16:29 UTC 2008


We're using horde 3.2 (not 3.2.1) and we're seeing problems with the alarm 
system in our horde logs...

Jun 18 00:09:35 HORDE [error] [imp] DB Error: no database selected: SELECT 
alarm_id, alarm_uid, alarm_start, alarm_end, alarm_methods, alarm_params, 
alarm_title, alarm_text, alarm_snooze, alarm_internal FROM horde_alarms 
WHERE alarm_dismissed = 0 AND ((alarm_snooze IS NULL AND alarm_start <= 
'2008-06-18T00:09:35') OR alarm_snooze <= '2008-06-18T00:09:35') AND 
(alarm_end IS NULL OR alarm_end >= '2008-06-18T00:09:35') AND (alarm_uid = 
'' OR alarm_uid = 'joeuser') ORDER BY alarm_start, alarm_end 
[nativecode=2013 ** Lost connection to MySQL server during query] [pid 
13612 on line 303 of "/path/to/horde/lib/Horde/Alarm.php"]

Our conf settings are using the defaults..

   $conf['alarms']['params']['driverconfig'] = 'horde';
   $conf['alarms']['params']['ttl'] = 300;
   $conf['alarms']['driver'] = 'sql';

and the horde_alarms table does exist (tho, it's empty).

Any ideas?

Liam


More information about the horde mailing list