Tag Archives: cPanel

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. … Continue reading

Posted in cPanel, Hosting | Tagged , , | Leave a comment

Tutoriales de hosting

Vídeos en castellano con tutoriales sobre hosting En videosoporte.com hay disponibles tutoriales en formato flash con las operaciones mas habituales de los paneles de control mas conocidos en el mundo del hosting. Hay vídeos sobre cPanel y su WHM, Plesk, … Continue reading

Posted in cPanel, Hosting, Plesk | Tagged , , , | 1 Comment

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. … Continue reading

Posted in Linux | Tagged , , , | 2 Comments

#2002 – The server is not responding – phpmyadmin Error

This is a common error in cPanel, here is the fix: First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php Then, change the two following lines from $cfg['Servers'][$i]['socket'] = ”; $cfg['Servers'][$i]['connect_type'] = ‘tcp’; to $cfg['Servers'][$i]['socket'] = ‘/var/lib/mysql/mysql.sock’; $cfg['Servers'][$i]['connect_type'] = ‘socket’; Finish restarting mysql … Continue reading

Posted in cPanel, Linux | Tagged , , | Leave a comment

PHPMyAdmin error with cPanel

Existing configuration file (./config.inc.php) is not readable. This problem happens when you try to log in PHPMyAdmin in this scenario: lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php —-i——– config.inc.php ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php -rwx—— 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php The solution: chattr -i … Continue reading

Posted in cPanel | Tagged , , | 1 Comment

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 … Continue reading

Posted in cPanel | Tagged , , | Leave a comment