[horde] can horde 2.1 work without using imp?
Wo Chang
chang at nist.gov
Tue Jul 9 11:11:00 PDT 2002
At first I didn't specified any, just using the default 'none'.
Then after I switching to 'sql', then it prompts me a fatal
error: Required 'phptype' not specified in authentication configuration.
Which I did specified in the horde.php for the sql section:
//$conf['prefs']['driver'] = 'none';
$conf['prefs']['driver'] = 'sql';
// Any parameters that the preferences driver needs. This includes
// database or ldap server, username/password to connect with, etc.
$conf['prefs']['params'] = array();
// This is an example configuration for a MySQL preference backend.
// The SQL script to setup the preference database is placed in
// horde/scripts/db/prefs.sql.
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'xxxxx';
$conf['prefs']['params']['password'] = 'zzzzz';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
Is there anything that I need to config?
Do I need to modify the registry.php for the value of phptype?
The error message said I should NOT specify phptype, hmmm...
Thanks!
--Wo
----- Original Message -----
From: "Chuck Hagenbuch" <chuck at horde.org>
To: "Wo Chang" <chang at nist.gov>
Cc: <horde at lists.horde.org>
Sent: Tuesday, July 09, 2002 1:53 PM
Subject: Re: [horde] can horde 2.1 work without using imp?
> Quoting Wo Chang <chang at nist.gov>:
>
> > I just trying to follow the docs/INSTALL instructions.
> > After copying all config/*.dist to config/*.php and
> > done the scripts/db/mysql_create.sql and modify the
> > config/horde.php for the sql session, I can't login
> > to the index.php? However, test.php page seems is
> > ok.
> >
> > Is there anything I need to config to make horde 2.1
> > work without using imp?
>
> How have you configured Horde to authenticate? What's in $conf['auth']
> ['driver'] and $conf['auth']['params']?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck at horde.org>
> "After a few minutes the most aromatic and nice smelling Italian coffee
> will come out of the exhaustpipe." - Our stove-top espresso pot
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list