-
Entradas recientes
Comentarios recientes
- baaboochkaa en Could not connect to database for SQL SessionHandler
- Extintor Co2 en Extintor UNIX
- Berto en Propósitos para el 2009
- Pilar del Castillo en Propósitos para el 2009
- Guillo en Can't do setuid (cannot exec sperl)
Archivos
Categorías
Meta
Archivo de la categoría: 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. … Sigue leyendo
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, … Sigue leyendo
#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 … Sigue leyendo
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 … Sigue leyendo
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 … Sigue leyendo