[imp] Re: [kronolith] I am loosing it!!!!

Sasa STUPAR sasa at stupar.homelinux.net
Thu Feb 27 17:17:01 PST 2003


OK, my kronolith config:
--------------------
// What calendar backend is being used? Right now, the only options are
// 'mcal' and 'sql', but others may appear at some point in the future.
$conf['calendar']['driver'] = 'sql';

// What MCAL driver is being used? 'mstore' is the local file driver,
// and is the only one with extensive testing. There is also an ICAP
// driver, and theoretically an ICAP server, but Kronolith has not
// been tested with them.
//$conf['calendar']['params']['driver'] = 'mstore';

// The mstore driver requires a username and a password that is in
// /etc/mpasswd in order to access local calendars.
//$conf['calendar']['params']['username'] = '';
//$conf['calendar']['params']['password'] = '';



$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = 'horde';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['charset'] = 'iso-8859-1';
-------------------------
In the logs there is nothing, no error entry or whatsoever.

Any idea?

Sasa



On 2/27/2003 4:44 PM, Chuck Hagenbuch a écrit:
> Quoting Sasa STUPAR <sasa at stupar.homelinux.net>:
> 
>> I have just downloaded from CVS RELENG_3 version of kronolith and again
>> when I want to go to the calendar I get blanc screen. This is
>> frustrating. I am using Horde 2.2, IMP 3.2, Nag 1.1, Mnemo 1.1, Turba
>> 1.1. Everything works fine except kronolith.
>> 
>> Please somebody respond !!!
> 
> Blank screens usually mean a segfault or something. You haven't really told
> us anything about your kronolith config, you haven't given us log entries
> (Apache or Horde), etc. So there isn't much we can do for you.
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck at horde.org>
> must ... find ... acorns ... *thud*
> 




More information about the imp mailing list