Strange Horde Problem

ruzster

Active Member
Aug 11, 2006
26
0
151
Recently, whenever anyone on one of our servers tries to log in to Horde, it just returns to the login screen.

It's the screen with the language dropdown & the little "Log In" button just below it.

Anyone have any ideas?
 

thomas

Well-Known Member
Mar 31, 2002
70
0
306
Same problem here.

In IE it also gives an error if you double-click on the ! icon (bottom left of the window), the error is:

Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus
Thomas
 

pcgh

Active Member
Jun 25, 2003
43
0
156
This did it for me:

/usr/local/cpanel/bin/update-horde --force

Not sure of the repercussions of running it - seems like it zapped the user preferences but at least I can get into Horde now.

T
 

ruzster

Active Member
Aug 11, 2006
26
0
151
Thanks. The forced update fixed it.

@azerot: I doubt you bought hosting from this site.
 

jeroman8

Well-Known Member
Mar 14, 2003
410
0
166
There are 2 reasons this might happen:

1. your database is corrupt
Fix it in WHM, repair table - Horde

2. you have disabled innodb in your /etc/my.cnf
Remove the line "skip innodb" from your file and restart mysql.
 

jimmyp

Registered
Nov 9, 2005
4
0
151
Lincs UK
Thanks jeroman8,

1. In WHM, I did SQL Services -> Repair a Database, and chose "horde" database.
2. then went to WHM -> Restart Services -> SQL Server (MySQL) to perform a MySQL Service restart.

This did the trick and I was able to login again.

I did NOT have to do the /usr/local/cpanel/bin/update-horde --force, nor was skip innodb in my /etc/my.cnf file.
The Repair Database listed everything as OK, except something about a session handler process. So I suspect the database was fine, and it was simply the MySQL restart that fixed it.

Jim
 
Last edited: