[horde] Again: Login problem

Paul van der Vlis paul at vandervlis.nl
Mon Aug 26 01:22:58 PDT 2002


Hello ,

For a few weeks I've posted here a question, but nobody answered..
I try it again:

I have installed Horde 2.1 and Kronolith 1.0 on a Linux machine with 
MySQL. When I login I get the following error:
---
A fatal error has occurred:
Required 'phptype' not specified in authentication configuration.
[line 89 of /usr/local/httpd/htdocs/horde/lib/Auth/sql.php]
Details have been logged for the administrator.
---

But I did specify the variabele "phptype"!
This are my settings in horde.php (I did not change something else):
----
$conf['auth']['driver'] = 'sql';
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'secret';
$conf['prefs']['params']['database'] = 'horde';
//$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['table'] = 'horde_users';
----

In Kronolith's conf.php, I am also using sql:
$conf['calendar']['driver'] = 'sql';

I made tables in MySQL for Horde and Kronolith, and I made a Horde user 
with a md5-password.

I did already remove everything and install it again, but the problem 
stays the same. What can I do to find-out what's wrong??

With regards,
Paul van der Vlis.





More information about the horde mailing list