Summary | Alarm not work |
Queue | Kronolith |
Queue Version | 2.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | vcputtini (at) consultecnica (dot) com (dot) br |
Created | 09/15/2005 (7258 days ago) |
Due | |
Updated | 09/15/2005 (7258 days ago) |
Assigned | 09/15/2005 (7258 days ago) |
Resolved | 09/15/2005 (7258 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Manager. Also see
request 1548.or make anything.
I expect be informed, maybe, by a popup window or a song.
Now, if I'm do anything wrong please tell me.
thanks
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Alarm not work
Queue ⇒ Kronolith
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@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. */