Dive into the archives.
- Horde in cPanel send empty attachments
Horde is sending attachments with size of 0 bytes
A problem related with the cpanel-horde user quota. The fix, edit the quota for the user cpanel-horde:
edquota cpanel-horde
Change the soft and hard value for anything above the actual quota.
Disk quotas for user cpanel-horde (uid 32008):
Filesystem [...]
- Could not connect to database for SQL SessionHandler
When you try to login in Horde you see this error:
A fatal error has occurred
Could not connect to database for SQL SessionHandler.
Details have been logged for the administrator.
There are some different reasons that causes this error. This is a checklist to solve the problem.
- Horde error
There is a bug after updating cPanel, when you try to login in Horde you see this error:
Warning: NLS::include_once(/usr/local/cpanel/base/horde/config/nls.php) [function.NLS-include-once]: failed to open stream: Permission denied in /usr/local/cpanel/base/horde/lib/Horde/NLS.php on line 91
The steps to solve this problem:
chattr -i /usr/local/cpanel/base/horde/config/nls.php
chattr -i /usr/local/cpanel/base/horde/config/prefs.php
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.php
chattr -i /usr/local/cpanel/base/horde/imp/config/conf.xml
/usr/local/cpanel/bin/update-horde –force
rm -f /etc/vmail/*
/scripts/updateuserdomains

