[horde] DataTree error

Howard Bagcat howard at mu.edu.ph
Fri Jun 11 02:10:08 PDT 2004


Quoting Howard Bagcat <howard at mu.edu.ph>:


> I just installed Horde3-ALPHA and I end up with this error:
> 
> ...
> A fatal error has occurred
> You must configure a DataTree backend to use Horde.
> Details have been logged for the administrator.
> ...
> 
> I already modified the DataTree setting in /horde/conf.php with the following:
> 
> ...
> $conf['datatree']['driver'] = 'sql';
> $conf['datatree']['params']['charset'] = 'iso-8859-1';
> $conf['datatree']['params']['database'] = 'horde';
> $conf['datatree']['params']['hostspec'] = 'localhost';
> $conf['datatree']['params']['password'] = 'horde';
> $conf['datatree']['params']['phptype'] = 'pgsql';
> $conf['datatree']['params']['protocol'] = 'tcp'
> $conf['datatree']['params']['port'] = '5432';
> $conf['datatree']['params']['username'] = 'horde';
> $conf['datatree']['params']['table'] = 'horde_datatree';
> 
> $conf['group']['driver'] = 'datatree';
> ...
> 
> What seems to wrong with my setup? Any suggestion, please.


For the benefit of everybody, I just answer my question. 

As I learned it today, Horde3-ALPHA will automatically use $conf['sql]['*'] settings for its Preferences and DataTree, if both
$conf['datatree']['driver'] = 'sql' and $conf['prefs']['driver'] = 'sql'. So declaring $conf['datatree']['*'] are not needed,
except for $conf['datatree']['driver'] and $conf['prefs']['driver'] variables.

Kumusta, Howard

E-Sulat v.0.0.1 ( Manna )
.......................................................................................
An extended module for MUWeb4 Project <http://www.mu.edu.ph>
Powered by Horde, Postfix, PostgreSQL & Courier-IMAP




More information about the horde mailing list