[horde] CVS: You must configure a DataTree backend to use Shares.
Christian Schürmann
huor.carnesir at arcor.de
Tue Dec 5 11:29:54 PST 2006
Hi Bill,
Bill Graham schrieb:
> I have had this problem before - don't know why - but this is what I did
> to get around it.
>
> You need to run the database define stream that is appropriate for you
> DB backend
> /horde/scripts/sql/create.whateverdbyouhave
>
> Then insert the default horde sql definition in conf.php
> $conf['sql']['persistent'] = true;
> $conf['sql']['username'] = 'hordeusername- you must change this';
> $conf['sql']['password'] = 'hordepassword-you must change this';
> $conf['sql']['protocol'] = 'unix';
> $conf['sql']['database'] = 'hordedatebasename - you must change this';
> $conf['sql']['charset'] = 'iso-8859-1';
> $conf['sql']['splitread'] = false;
> $conf['sql']['phptype'] = 'mysql- or whatever you have ';
>
> then insert the datatree def in conf.php
> $conf['datatree']['params']['driverconfig'] = 'horde';
> $conf['datatree']['driver'] = 'sql';
Ok, but now I still don't have a frame on the left (it's blank) and no
config-interface :(
Any other hints?
Thanks, Chris
More information about the horde
mailing list