[chora] Horde and Chora problems: Required 'phptype' not specified...

Eric Rostetter eric.rostetter at physics.utexas.edu
Mon Jan 20 13:27:44 PST 2003


Quoting Adrian Gschwend <ktk at netlabs.org>:

> After that I've set up Chora and configured it according to the INSTALL file
> (as well as Horde). When I point to my Chora-Root directory it redirects to
> Horde and gives a login screen. I don't really understand what user/pwd I am
> supposed to enter here, what's the idea about this login screen? WebCVS
> should work anonymous on my system for the repositories I want.

Set guest access to true ( 'allow_guests' => true ) for chora in your
horde/config/registry.php and then you won't need to login.

> When I enter it I get the following error:
> 
> Jan 20 15:20:15 HORDE [emergency] [horde] Required 'phptype' not specified in
> authentication configuration. [on line 96 of
> "E:\data\httpd\netlabs.org\admin\horde\lib\Auth\sql.php"]
> 
> So I greped for phptype in horde/config/ and noticed that it's just in
> horde.php and I definitely *did* give it there:
> 
>  $conf['prefs']['params']['phptype'] = 'mysql';
>  $conf['prefs']['params']['hostspec'] = 'localhost';
>  $conf['prefs']['params']['username'] = 'horde';
>  $conf['prefs']['params']['password'] = 'mysecretpassword';
>  $conf['prefs']['params']['database'] = 'horde';
>  $conf['prefs']['params']['table'] = 'horde_prefs';

You need to set it for $conf['auth']['params']['phptype'] in addition
to $conf['prefs']['params']['phptype'].  But if you set guest access
as above, then you won't need to do this.

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

Why get even? Get odd!


More information about the chora mailing list