[horde] login... solved!

Stain stain at dxml.org
Sun Nov 17 04:46:01 PST 2002


providing access to horde user on mysql server, i changed correctly mysql.user 
table, but i should do the same with mysql.db and mysql.table_priv tables...

as i can see, this error caused several messages in horde mailing list, so i 
suggest to point "more" hint in the scripts/db/mysql_create.sql

bye, stain.


Il 19:35, sabato 16 novembre 2002, Stain ha scritto:
> 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 is any, error is human"


More information about the horde mailing list