[horde] login...

Stain stain at dxml.org
Sat Nov 16 10:35:44 PST 2002


gonna drivin' me crazy...

from my config/horde.php:

$conf['auth']['driver'] = 'sql';
$conf['auth']['params'] = array();
$conf['auth']['params']['admin'] = array('horde','stain');
$conf['auth']['params']['phptype'] = 'mysql'; 
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';

but still doesn't work!

passwrd is correctly crypted by md5, users exist, and so on...

i've been looking around on it all this afternoon, looking at several same 
errors appeared in this mailing list, but error is the same:

A fatal error has occurred:
Unable to connect to SQL server.
[line 111 of /home/stain/cvs/admin/horde/lib/Auth/sql.php]
Details have been logged for the administrator.

and i didn't find anything in /tmp/horde.log, since i enabled all:

$conf['log']['enabled'] = true;
$conf['log']['type'] = 'file';
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['priority'] = LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();

plese help me...

bye, stain.

-- 
"If there's any, error is human"


More information about the horde mailing list