[kronolith] DataTree setting

Thomas O'Brien thomas at creativebusinessystems.com
Fri Jan 23 07:49:14 PST 2004


Sorry to all for any confusion. I answered the question a bit hastily
yesterday. Let me be more specific.

I did a cvs update last weekend and encountered the same *exact* same
error . My solution was to configure the datatree section in
/horde/config/conf.php to read: 

$conf['datatree']['driver'] = 'sql'

Chuck has also committed changes to the CVS tree which address this
problem.

Thomas


> -----Original Message-----
> From: kronolith-bounces at lists.horde.org 
> [mailto:kronolith-bounces at lists.horde.org] On Behalf Of 
> Feczak Szabolcs
> Sent: Friday, January 23, 2004 7:39 AM
> To: kronolith at lists.horde.org
> Subject: Re: [kronolith] DataTree setting
> 
> 
> Thomas O'Brien wrote:
> 
> >Try configuring the datatree system settings in conf.php
> >  
> >
> The question may sound stupid, but how should I set datatree 
> exactly ... I have the followings in conf.php:
> 
> <?php
> $conf['calendar']['params']['phptype'] = 'pgsql'; 
> $conf['calendar']['params']['hostspec'] = 'localhost'; 
> $conf['calendar']['params']['username'] = 'horde'; 
> $conf['calendar']['params']['password'] = '*********'; 
> $conf['calendar']['params']['database'] = 'horde'; 
> $conf['calendar']['params']['socket'] = 
> '/var/lib/mysql/mysql.sock'; 
> $conf['calendar']['params']['protocol'] = 'unix'; 
> $conf['calendar']['params']['table'] = 'kronolith_events'; 
> $conf['calendar']['params']['charset'] = 'iso-8859-1'; 
> $conf['calendar']['params']['driverconfig'] = 'custom'; 
> $conf['calendar']['driver'] = 'sql'; 
> $conf['metadata']['keywords'] = true; $conf['menu']['print'] 
> = true; $conf['menu']['import_export'] = true; 
> $conf['menu']['apps'] = array();
> 
> "grep"-ed the whole kronolith directory for datatree had only 
> one match in lib/api.php function 
> &_kronolith_listByAction($action, $timestamp) but from that 
> one I could not figure it out.
> 
> -- 
> Kronolith mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
> 



More information about the kronolith mailing list