[horde] Sidebar errors on first login

Josh Trutwin josh at trutwins.homeip.net
Tue Mar 21 09:45:32 PST 2006


I just installed two fresh copies of the latest stable suite of tools 
and it seems as if there is always a fatal PHP error whenever I log in 
for the first time that seems related to Kronolith which causes the 
sidebar frame to not display (since I have display_errors=Off in 
php.ini).  If I log out and log back in all is well.

Here are the errors:

[21-Mar-2006 11:33:49] PHP Warning:  in_array(): Wrong datatype for 
second argument in /source/web/horde/horde-3.1/kronolith/lib/base.php 
on line 134

[21-Mar-2006 11:33:49] PHP Fatal error:  Call to a member function on 
a non-object in 
/source/web/horde/horde-3.1/kronolith/lib/Driver/sql.php on line 291

PhP is version 4.3.11 running on Linux under Apache 2.0.55 - all tests 
passed on the test pages.  Database is MySQL 4.1.18.  (I tested on 
another server, this running MySQL 5.0, same results).

Here's kronolith's conf.php:

$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = false;
$conf['reminder']['server_name'] = 'reminder at netbits.us';
$conf['reminder']['from_addr'] = 'reminder at netbits.us';
$conf['autoshare']['shareperms'] = 'none';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('imp');

Should I also file a bug report or is this bogus / user errror?

Thanks,

Josh


More information about the horde mailing list