[horde] Login problem
Paul van der Vlis
paul at vandervlis.nl
Wed Aug 7 08:21:42 PDT 2002
Hello,
I have installed Horde 2.1 and Kronolith 1.0. 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.
---
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 for Horde and Kronolith, and I made a Horde user with a
md5-password.
Please, can somebody tell me what could be wrong?
With regards,
Paul van der Vlis.
More information about the horde
mailing list