[horde] Installation problem - phptype !!

John Smith john at yaduk.co.uk
Fri Jan 30 05:12:26 PST 2004


Ok, seen the mistake - though I wonder if you could tell me if what I am
doing is correct - seeing as the same error is still occurring?!

$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['protocol'] = 'unix';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '**********';
$conf['auth']['params']['database'] = 'hordedb';
$conf['auth']['params']['table'] = 'horde_prefs';

?

Thank you for any reply.

John.


>> 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
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>




More information about the horde mailing list