Initial user login after install

Ryan ryan at kaneda.net
Sun Nov 11 00:35:14 PST 2001


Okay, after getting the cvs version of horde installed, I'm having
trouble logging in for the first time.  I've followed the instructions
for installing to a mysql server.  It doesn't do anything when I enter
in the user/pass I added to the mysql db.

http://khyron.p11.com/horde/

I made the following changes to my config/horde.php file:
/**
 ** Preference System Settings
 **/

// What preferences driver should we use? Valid values are 'none'
// (meaning use system defaults and don't save any user preferences),
// 'session' (preferences only persist during the login), 'ldap', 
// and 'sql'.
$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();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'thehordeuser';
$conf['prefs']['params']['password'] = '*****';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

http://khyron.p11.com/horde/test.php (it lies, I did install the latest
pear dist)

Any suggestions?

- Ryan





More information about the horde mailing list