[kronolith] Troubleshooting Reminders.

Mark Reis mcr2z at cs.virginia.edu
Tue Nov 8 11:45:36 PST 2005


Hello,

I have a new install of Kronolith and I'm trying to troubleshoot why the
scripts/reminders.php isn't sending notices. I've tried the current version
of 2.0 and the CVS framework build from 2005-11-04. Does the reminders
script use the same general settings as horde (I will receive emails from
the problem form). When I manually run reminders, I do not see any
indication that the email hits the spool on the mail server (or error for
that matter).

Does anyone have suggestions on what I can test or where to poke for
troubleshooting?

The installed apps:
Address Book (turba)  H3 (2.0.4)
Calendar (kronolith) H3 (2.1-cvs)
Horde (horde) 3.0.6
Mail (imp) H3 (4.0.4)
Notes (mnemo) H3 (2.0.2)
Tasks (nag) H3 (2.0.3)

My Kronolith Config File:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14.10.3 2005/10/22 17:17:26 jan Exp
$
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['default_domain'] = 'cs.virginia.edu';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = true;
$conf['reminder']['server_name'] = 'mail.cs.virginia.edu';
$conf['reminder']['from_addr'] = 'calendar at cs.virginia.edu';
$conf['autoshare']['shareperms'] = 'none';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('kronolith');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



More information about the kronolith mailing list