[Tickets #2606] NEW: Alarm not work

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Sep 15 05:58:26 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2606
-----------------------------------------------------------------------
 Ticket             | 2606
 Created By         | vcputtini at consultecnica.com.br
 Summary            | Alarm not work
 Queue              | Kronolith
 Version            | 2.0.3
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


vcputtini at consultecnica.com.br (2005-09-15 05:58) wrote:

Why task alarm not work correctly with MySQL 4.1.13?
My kronolith configuration is ok, buy the alarm not work.

Thank you


?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14.10.1 2005/03/04 04:04:31 ben Exp
$
$conf['calendar']['params']['persistent'] = true;
$conf['calendar']['params']['hostspec'] = 'tt.ss.com.br';
$conf['calendar']['params']['username'] = 'horde3';
$conf['calendar']['params']['password'] = 'tttt';
$conf['calendar']['params']['port'] = 3306;
$conf['calendar']['params']['protocol'] = 'tcp';
$conf['calendar']['params']['database'] = 'ttt';
$conf['calendar']['params']['charset'] = 'iso-8859-1';
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'custom';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['default_domain'] = 'oooo.com.br';
$conf['storage']['params']['persistent'] = true;
$conf['storage']['params']['hostspec'] = 'sss.yyy.com.br';
$conf['storage']['params']['username'] = 'teste';
$conf['storage']['params']['password'] = 'teste';
$conf['storage']['params']['port'] = 3306;
$conf['storage']['params']['protocol'] = 'tcp';
$conf['storage']['params']['database'] = 'teste';
$conf['storage']['params']['charset'] = 'iso-8859-1';
$conf['storage']['params']['phptype'] = 'mysql';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'custom';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = false;
$conf['reminder']['server_name'] = 'abc.xyz.com.br';
$conf['reminder']['from_addr'] = 'abc at abc.com.br';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */





More information about the bugs mailing list