6.0.0-beta1
7/30/25

[#2606] Alarm not work
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

History
09/15/2005 01:42:40 PM Jan Schneider Comment #4
State ⇒ Not A Bug
Reply to this comment
You get a notification message if you enter a page of the Task 
Manager. Also see request 1548.
09/15/2005 01:29:03 PM vcputtini (at) consultecnica (dot) com (dot) br Comment #3 Reply to this comment
What *exactly* doesn't work? Or what do you expect to happen that doesn't?
When I create a task and define a time to alarm rings, it doesn't ring 
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


09/15/2005 01:11:24 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
What *exactly* doesn't work? Or what do you expect to happen that doesn't?
09/15/2005 12:58:25 PM vcputtini (at) consultecnica (dot) com (dot) br Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Alarm not work
Queue ⇒ Kronolith
Reply to this comment
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@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. */


Saved Queries