![]() |
||
The Crucial Blog February 18, 2008
Problems Logging into Horde – cPanelWhen you are having problems logging into Horde on cPanel, and just keep getting the same login page over and over again. This is usually due to the horde_sessionhandler table being corrupt in the Horde database. You can usually fix the issues with logging into Horde by doing one of the following steps: 1. In MySQL try: repair table horde_sessionhandler; If this does not fix the issue, try the following: 2. In MySQL delete, and recreate the horde_sessionhandler table as follows: drop table horde_sessionhandler; CREATE TABLE horde_sessionhandler (session_id VARCHAR(32) NOT NULL, session_lastmodified INT NOT NULL, session_data LONGBLOB,PRIMARY KEY (session_id)) ENGINE = InnoDB; GRANT SELECT, INSERT, UPDATE, DELETE ON horde_sessionhandler TO horde@localhost; FLUSH PRIVILEGES; Hope this helps! Tags: cpanel, horde, mailFiled under: Uncategorized by — aaron @ 10:08 pm |
Tag Cloud
virtualization
networking
lxadmin
webmin
wordpress
hypervm
server-administration
subversion
apache
firewall
lxlabs
php
cpanel
raid
ruby-on-rails
windows server
joomla
xen
XenServer
fedora
storage
microsoft
ubuntu
gentoo
security
centos
system administration
vmware
windows
servers
yum
fantastico
windows 2008 server
debian
centos5
vps
virtual dedicated servers
control panels
ssh
vds
linux
esxi
exchange
cisco
mail
|
|
Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers
© Copyright 2003-2008
Crucial Paradigm
ABN 97 125 618 662
Leave a Reply