Unable to login into Horde

Tapan

Well-Known Member
Dec 4, 2004
108
0
166
Chandigarh
Hi,

Suddenly people are unable to login into Horde. When they click on Horde icon then they are greeted with a screen saying Welcome to Horde and it asks to select a Language and click on Login button...but after pressing the Login button it comes back to the same screen and nothing happens.

Can i know what seems to be the problem ? Why people can't get into horde ?

Thanks.
 

avijit

Well-Known Member
Jul 26, 2004
116
0
166
India
Try repairing the horde db as that can be corrupted.

mysql> use horde
repair table horde_sessionhandler;
 

yapluka

Well-Known Member
Dec 24, 2003
301
2
168
France
cPanel Access Level
Root Administrator
I got this issue with people trying to log behind a proxy.
In this case, setting :
$conf['auth']['checkip'] = false;
(it's set to true by default) in /usr/local/cpanel/base/horde/config/conf.php fixed the problem.