[horde] horde administration

Eric Rostetter eric.rostetter at physics.utexas.edu
Thu Nov 21 14:45:55 PST 2002


Quoting pratik at vadodaramail.net:

> I have horde-2.0-1, imp-3,0-1, turba-1.0-1 installed on linux 7.0

I don't think the admin interface in Horde 2.0 really does/did anything much.
The interface in Horde 2.1 is really nice though.

> When i login as an
> admin & after i click on user.php i get this error messg

It pretty much says it all to me...

>   ["message"]=>
>   string(65) "Required 'phptype' not specified in authentication
> configuration."

Says you configured sql in your horde/config/horde.php file, but didn't
specify the "phptype" parameter in the sql setup.

Should be an section of the file something like:

$conf['prefs']['params']['phptype'] = 'pgsql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'PleaseWork!';
$conf['prefs']['params']['database'] = 'horde20';
$conf['prefs']['params']['table'] = 'horde_prefs';

And it is the first line you are missing.  It states the type of database
you are using (mysql, pgsql, etc).

> Can anyone recitify this & guide me how to configure administration part ?

Not sure it is worth configuring, but if so, set the above variable.

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

Why get even? Get odd!


More information about the horde mailing list