[kronolith] Fwd: Call to a member function on a non-object in base.php

Steeman Philip philip.steeman@kh.khbo.be
Fri, 08 Feb 2002 08:34:02 +0100


I had the same error, and for me is was a typo in kronolith/config.php

Check: $conf['menu']['apps'] = array('imp', 'turba', 'nag');
                                     ^^^^^ correct? ^^^^^^

Philip

Neil Haverlandt wrote:
> 
> Hi,
>   I've been trying to get kronolith up and running for about a week now, but I
> keep getting this error:
> 
> Call to a member function on a non-object
> in /home/httpd/html/horde/kronolith/lib/base.php on line 72
> 
> I have gone over me config.php file and I cannot seem to find anything wrong.
> Here is my sql section of my config.php
> 
> $conf['calendar']['driver'] = 'sql';
> $conf['calendar']['params']['phptype'] = 'mysql';
> $conf['calendar']['params']['hostspec'] = 'localhost';
> $conf['calendar']['params']['username'] = 'hordemgr';
> $conf['calendar']['params']['password'] = 'my real password';
> $conf['calendar']['params']['database'] = 'horde';
> $conf['calendar']['params']['table'] = 'kronolith_events';
> 
> Horde, IMP, turba, and Nag work without a problem, and the sql config is the
> same in all of them.  I have tryied the older versions of horde and kronolith
> and get the same error.  This is the current cvs I'm using.
> 
> Any help would be appreciated.
> 
>                Thanks,
>                  Neil
> 
> -------------------------------------------------
> This mail sent through IMP: www.datasolv.net
> 
> --
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org