Roundcube Database connection error

If you are facing any kind of problem with Roundcube like: DATABASE ERROR: CONNECTION FAILED! or anything else, please perform following steps to fix the errors. 1. Drop the database using following command mysql -e ‘drop database roundcube’ 2. Update roundcube /usr/local/cPanel/bin/update-roundcube –force Thats it. Tyr it now.

See More

How to Change A record for all domains on Cpanel server

If you migrated all accounts from old server to new server with different IPs then you have to change DNS records with new IPs for all domains. Please use following step to replace the IPs on new server. #cd /var/named/ #replace “1.2.3.4”  “11.12.13.14” — * 1.2.3.4 is old IP  and 11.12.13.14 is new IP I […]

See More

Unable to locate clamd on Cpanel server

cPanel server provides ClamAV antivirus by default. We can install it though WHM >> Plugin >> ClamAV You can install Clamav antivirus using yum too. yum install clamd After that restart clamd service /scripts/restartsrv_clamd Thats all.      

See More