[horde] Horde/Imp installation on Win 2K

Eric Rostetter eric.rostetter at physics.utexas.edu
Mon Jul 7 10:50:04 PDT 2003


Quoting VK PANDEY <vkpandey at ghclindia.com>:

> "Required 'phptype' not specified in authentication configuration.

Just what it says.  Edit your horde/config/horde.php (or horde/config/conf.php
in newer versions) and add the missing phptype (and other settings as
needed).  For example:

$conf['auth']['driver'] = 'sql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '*****';
$conf['auth']['params']['database'] = 'horde';

and so on...

> [line 96 of e:\inetpub\wwwroot\horde\lib\Auth\sql.php]
> Details have been logged for the administrator.

Check your system logs and you should find the mentioned details. :)

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!



More information about the horde mailing list