[horde] newbie problems

Brian Smith brian.smith at worldpub.net
Mon Oct 23 11:37:37 PDT 2006


Hello all, I am trying to get horde working and I am not having any
luck. I installed the stable version of horde and set it up to use a
postgres database, which i setup the schema for and IMAP
authentication.  I added my username as the admin account, and when I
save the configuration, and try to login, the imap authentication works,
but I just get put back to the login page for horde.  I turned on debug
logging and this is what is in the horde.log:

Oct 23 11:42:28 HORDE [debug] [horde] SQL Query by
Prefs_sql::retrieve(): SELECT pref_scope, pref_name, pref_value FROM
horde_prefs WHERE pref_uid = ? AND (pref_scope = ? OR pref_scope =
'horde') ORDER BY pref_scope [on line 137 of
"/var/www/webmail/lib/Horde/Prefs/sql.php"]
Oct 23 11:42:28 HORDE [notice] [horde] Login success for brian
[205.242.116.225] to Horde [on line 90 of "/var/www/webmail/login.php"]
Oct 23 11:42:29 HORDE [debug] [] SQL Query by
DataTree_sql::_buildParentIds(): SELECT datatree_id, datatree_parents
FROM horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id [on line 261 of "/var/www/webmail/lib/Horde/DataTree/sql.php"]
Oct 23 11:42:29 HORDE [debug] [] SQL Query by DataTree_sql::_load():
SELECT c.datatree_id, c.datatree_name, c.datatree_parents,
c.datatree_order FROM horde_datatree c WHERE c.group_uid =
'horde.perms'  [on line 130 of
"/var/www/webmail/lib/Horde/DataTree/sql.php"]
Oct 23 11:42:29 HORDE [debug] [] User  does not have READ permission for
horde [on line 770 of "/var/www/webmail/lib/Horde/Registry.php"]

I also tried the horde groupware version and it is giving this using sql
authentication:

Oct 23 14:25:42 HORDE [debug] [horde] SQL Query by
Auth_sql::_authenticate(): SELECT * FROM horde_users WHERE user_uid = ?
[on line 116 of "/var/www/webmail/lib/Horde/Auth/sql.php"]
Oct 23 14:25:43 HORDE [debug] [horde] SQL Query by
Prefs_sql::retrieve(): SELECT pref_scope, pref_name, pref_value FROM
horde_prefs WHERE pref_uid = ? AND (pref_scope = ? OR pref_scope =
'horde') ORDER BY pref_scope [on line 137 of
"/var/www/webmail/lib/Horde/Prefs/sql.php"]
Oct 23 14:25:43 HORDE [notice] [horde] Login success for brian
[205.242.116.225] to Horde [on line 90 of "/var/www/webmail/login.php"]
Oct 23 14:25:43 HORDE [debug] [horde] SQL Query by
DataTree_sql::_buildParentIds(): SELECT datatree_id, datatree_parents
FROM horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id [on line 261 of "/var/www/webmail/lib/Horde/DataTree/sql.php"]
Oct 23 14:25:43 HORDE [debug] [horde] SQL Query by
DataTree_sql::_load(): SELECT c.datatree_id, c.datatree_name,
c.datatree_parents, c.datatree_order FROM horde_datatree c WHERE
c.group_uid = 'horde.perms'  [on line 130 of
"/var/www/webmail/lib/Horde/DataTree/sql.php"]

I followed the directions in the INSTALL, the test.php says everything
is good, but no soup for me.
Any suggestions anybody?

Thanks,

Brian


More information about the horde mailing list