[horde] Trean Module - add.php
Rodolfo Segleau
segleaur at mechanus.org
Wed Aug 28 06:39:45 PDT 2002
>
> Zitat von Rodolfo Segleau <segleaur at mechanus.org>:
>
>
> Trean uses the category backend from Horde, you have to configure it in
> horde/config/conf.php
>
> Jan.
>
I have the category table defined (exact config below):
// An array holding any parameters that the Category object will need
// to function correctly.
$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';
The categories work in mnemo and nag without a problem, but Trean will not use
them. Anything change in a major way in the database schema in the last month?
Cheers,
Rodolfo
More information about the horde
mailing list