[horde] Installation problem - phptype !!
Ronnie Garcia
ronnie at mk2.net
Fri Jan 30 04:29:30 PST 2004
> I have also in the 'auth' section the following:
>
> $conf['auth']['driver'] = 'sql';
>
> but still receive the error posted?! This I should have
> mentioned...apologies.
And what about $conf['auth']['params']['phptype'] ?
<quote>
// An array holding any parameters that the Auth object will need to
// function correctly. For the list of required parameters needed for each
// driver, see horde/lib/Auth/[drivername].php.
$conf['auth']['params'] = array();
</quote>
Rgds.
--
Ronnie Garcia <r.garcia at ovea dot com>
gsm : +33 6 20 14 49 51
ovea
27 rue Camille Claudel
34090 Montpellier
+33 4 67 67 00 00
http://www.ovea.com/
infogérance hébergement développement conseil formations
> Thank you for any reply.
>
> Cheers,
> John.
>
> >> De la part de John Smith
> >> Envoyé : jeudi 29 janvier 2004 19:43
> >>
> >> I have installed Horde and tried to run it - but get the
> >> following message:
> >>
> >> A fatal error has occurred:
> >> Required 'phptype' not specified in authentication configuration.
> >>
> >> --- within my horde.php file i have
> >>
> >> $conf['prefs']['driver'] = 'sql';
> >>
> >> $conf['prefs']['params']['phptype'] = 'mysql';
> >> $conf['prefs']['params']['hostspec'] = 'localhost';
> >> $conf['prefs']['params']['username'] = 'horde';
> >> $conf['prefs']['params']['password'] = '*****';
> >> $conf['prefs']['params']['database'] = 'hordedb';
> >> $conf['prefs']['params']['table'] = 'horde_prefs';
> >
> > This is the *preferences* driver definition.
> > Double check that you also defined a valid phptype for the
> > *authentication*
> > driver
More information about the horde
mailing list