HORD ISSUE WITH CPANEL
======================
IF any one getting the permission issue while opening the HORD,
Check the following
Check the ownership for session directory present in /var/cpanel/userhomes/cpanelhorde directory.
root@server[~]#ll /var/cpanel/userhomes/cpanelhorde
drwx–x–x 4 cpanelhorde cpanelhorde 4096 Jun 5 2009 ./
drwx–x–x 7 root root 4096 Dec 17 01:48 ../
drwxr-x— 2 cpanelhorde cpanelhorde 4096 Jun 5 2009 mail/
drwx—— 2 cpanelhorde cpanelhorde 4096 Jan 27 14:01 sessions/
Session directory should be cpanelhorde.cpanelhorde ownership recursively
If it is not resolved the issue, run the script below to repair the hord
root@server[~]#/usr/local/cpanel/bin/checkperlmodules
root@server[~]#/scripts/fullhordereset
root@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI
Also lukily Cpanel allows you to just reinstall it and setup the database for you.
/usr/local/cpanel/bin/update-roundcube --force
/usr/local/cpanel/bin/update-horde --force
KLOXO
==============
http://forum.lxcenter.org/index.php?t=msg&th=15560
http://forum.lxcenter.org/index.php?t=msg&goto=71479&
http://forum.lxcenter.org/index.php?t=msg&th=16280
http://www.webhostingtalk.com/archive/index.php/t-1074869.html
SOME TIME YOU MAY GET A Horde MAY SHOWS A blank white page after login. In that case do the following
1. Login to shell of the server using root login details and open the file ” /usr/local/cpanel/3rdparty/etc/horde/php.ini ” using vi or any other editor
2. Search for [Session] and change the following
From:-
session.save_handler = sqlite
session.save_path =/var/cpanel/userhomes/cpanedmin/sessions/phpsess.sdb
To:-
session.save_handler = files
session.save_path = /tmp
3. Save and exit
4. Restart Apache server using below command
service httpd restart