[kronolith] (no subject)
jrobbins@gasou.edu
cssjr04@gsaix2.cc.GaSoU.EDU
Fri, 19 Apr 2002 12:26:28 -0400 (EDT)
Good Day,
Bear with me - I'm distressed over just burning my LAST pop-tart.
I'm trying to get kronolith going on my Solaris 5-8 box. I have
· Horde: 2.0
· IMP: 3.0
· Passwd: 2.0
· Turba: 1.0
· Kronolith: 0.0.3
All were acquired via tarball from horde.org. I also have PHP Version 4.1.2.
I get the message 'Undefined index: import_export in
/www/horde/kronolith/templates/menu/menu.inc line 23'.
I was feeling a little plucky, so I commented out line 23 et-al in menu.inc
and tried again. This time I get 'Undefined index: metadata in
/www/horde/kronolith/templates/edit/edit.inc line 51' when I try to open
the 'New Event' box.
So obviously I haven't got the config right for import_export and
metadata. From kronolith's conf.php:
$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params'] = array();
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['protocol'] = 'tcp';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = '*******';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events'
$conf['metadata']['category']['label'] = _("Category");
$conf['metadata']['category']['type'] = 'systemList';
$conf['metadata']['category']['options'] = array(_("Personal"), _("Business"));
$conf['metadata']['keywords'] = true;
$conf['menu']['import_export'] = true;
Kronolith is registered in /www/horde/config/registry.php with these lines:
$this->applications['kronolith'] = array(
'fileroot' => dirname(__FILE__) . '/../kronolith',
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
'icon' => '/horde/kronolith/graphics/kronolith.gif',
'name' => _("Calendar"),
'allow_guests' => false,
'show' => true
);
The changes I've made to /www/horde/config/horde.php include:
$conf['auth']['admins'] = array(root,kroot);
$conf['auth']['driver'] = 'imap';
$conf['auth']['params']['dsn'] = '{eagle4.cc/gasou.edu/imap:143}INBOX';
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = '*******';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['category']['driver'] = 'sql';
$conf['category']['params']['phptype'] = 'mysql';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = 'horde';
$conf['category']['params']['password'] = 'smh2wf';
$conf['category']['params']['database'] = 'horde';
$conf['category']['params']['table'] = 'horde_category';
$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params'] = array();
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = '*******;
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
$conf['mailer']['params'] = array('server' => 'eagle4.cc.gasou.edu');
$conf['problems']['email'] = 'postmaster@eagle4.cc.gasou.edu';
I checked out kronlith from cvs with a tag of RELENG_1, to no avail. Any
assistance will be greatly appreciately.
Jackie Robbins
Computer Services
P.O. Box 8136
Georgia Southern University
Statesboro, Ga 30461
Voice: 912-681-5017
FAX: 912-871-1508
+-------------------------------------------------------------------------+
| Jackie Robbins |
| Systems Support Specialist |
| Computer Services |
| Georgia Southern University |
| P O Box 8136 |
| Statesboro, GA 30460-8136 |
| |
| Internet Electronic Mail: jrobbins@GaSoU.edu |
| |
+-------------------------------------------------------------------------+