[dev] Horde summary page and Trean with Head
Edwin Culp
eculp@encontacto.net
Mon, 26 Aug 2002 19:45:43 -0700
After today's cvs and updating all my configuratigon files, I'm seeing
what looks like base64 encoded text on the summary page. Everything
else seems to work normally, imp, turba, kronolith, passwd,
klutz, hermes, etc.
I have not been able to get Trean working. At first I thought it was my
horde Category settings in conf.php and it could be. I have standard
settings.
$conf['category']['driver'] = 'sql';
$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = 'mysql';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = 'horde';
$conf['category']['params']['password'] = '*****';
$conf['category']['params']['database'] = 'horde';
$conf['category']['params']['table'] = 'horde_categories';
In the right column of trean I get
Notice: Uninitialized string offset: 0 in /usr/src/horde/lib/Category.php on
line 496
When I try to add a bookmark I get a blank screen with
Fatal error: Call to undefined function: addbookmark() in
/usr/src/horde/trean/add.php on line 20
I'm sure that I've done yet something else stupid but I don't know what
else to try.
Thanks,
ed
--