Tried to upgrade mysql 5.0 to 5.5 and then to 5.6 after 5.5 upgrade tried 5.6 all were gone /etc/init.d/mysql was gone Fix moved the file /var/lib/mysql/RPM_UPGRADE_MARKER and then /scripts/check_cpanel_rpms --fix
Category: cPanel
Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.
If any website scripts stringently need FCGI handler for working, you can install it from EA4 experimental Repository. Follow below steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server. 1. Install ea4-experimental Repository and mod_fcgid module. === yum install ea4-experimental yum install ea-apache24-mod_fcgid.x86_64 === 2. Create a file "/etc/apache2/conf.d/php-fcgi-53.conf" with below pasted … Continue reading Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.
Error : lowest numbered MX record points to local host.
While sending mails from the email account following error was getting generated and mail sending was getting failed. Fix Remove the entry for the domain from /etc/remotedomains and add the domain in /etc/localdomains
Coudlinux WHM server issue : On the top end of WHM Cloud linux is not being displayed ( instead displaying CENTOS)
This is a known cPanel bug. To fix this issue please perform following steps: 1) remove cPanel config /var/cpanel/sysinfo.config 2) then regenerate it by using ‘/scripts/gensysinfo’ 3) to apply changes you need restart cPanel service: # /scripts/restartsrv_cpsrvd
Policy server HTTP error: 9002 connect(127.0.0.1:579) failed: Connection refused in /var/log/maillog
Fix The issue is that cPhulkd is not listening on port 579. The issue is temporarily resolved by restarting Dovecot. The fix for this issue only takes effect on servers on which monitoring for cPhulkd is enabled, which is why I enabled it on your server.
MySQL getting restarted continuously
MySQL was getting restarted every 5 min. No cron was there. Also no particular errors in error log. Fix Fixed the issue by running cPanel rpm fix. # /scripts/check_cpanel_rpms I had that command repair the RPMs which resolved the issue.
Site error: the file /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/inc.php requires the ionCube PHP Loader ioncube_loader_lin_5.6.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.Child failed to make LIVEAPI connection to cPanel.”
Fix This can be fixed by enabling zend in tweak settings of whm.
change language in roundcube email client
Fix To do that, log into your Roundcube webmail client. There click on Settings in the upper right corner. Then select Preferences -> User Interface : select the desired language.
error: scgiwrap: Caller must be the nobody user
After running easyapache and all cgi's scripts failed. Fix check to see if you have suexec enabled, if so, disable it, then check your scripts. If they start working after you disable suexec, then that's the problem. if you have suexec enable and wish to used it, you need to make sure each virtual host … Continue reading error: scgiwrap: Caller must be the nobody user
Upload issue with afterlogic email client
Usually this happens after a cPanel update. Fix Just restored the db of afterlogic and then set full permission for folder data in the path mentioned below. # cd /usr/local/cpanel/base/3rdparty/afterlogic/ # chmod 777 -R data