[kronolith] Events will not display.

Mark Reis mcr2z at cs.virginia.edu
Tue Nov 1 12:35:44 PST 2005


Hello,

I'm working on a new install of horde 3 + Kronlith, and I'm having trouble
getting the events to display on my calendar. 

Current Config:
horde 3.0.6, kronolith 2.0.4, MySQL 5.0.15-max (The problem also existed in
3.2.x), Apache 1.3.33, php 4.4.0.

My testing steps for the calendar:

Create a new event - select "Save". This will return my session to the month
view. However, there the event does not show up there or if I search. Now If
I take a look at the mysql database itself, I can see the event. 

I can't seem to find any useful information in the horde.log file either.

Any help would be greatly appreciated and please let me know if I can
provide any additional information.

Thank you,
Mark R.


(Information stored in "kronolith_events".)

c12f4292dfe67aa6c8dbc1704986f3c1
20051101151552.4wugrt4c1reo at www.cs.virginia.edu  	testuser
testuser  	Testing  	Olsson  	2  	a:0:{}
Meeting  	   	Mark Test  	   	0  	NULL  	NULL  	NULL
2005-11-01 18:00:00  	2005-11-01 19:00:00  	0  	1130876152 

Contents of conf.php:

<?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']['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['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 kronolith mailing list