Roundcube Spell Check problem

On cPanel Roundcube webmail on clicking spell check icon a message appears in the right hand corner which is similar to “No error found in spelling” This message is shown even though there are error in spelling. And spelling are not corrected by spell check. To fix this problem go through following steps. 1) SSH […]

Database connection error: RoundCube in cPanel

DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server-administrator. You’ve to check number of things for troubleshooting this. Please do follow the steps below: 1, Check your MySQL is running or not. From the command-line you can follow the below pasted command: /etc/init.d/mysqld status If it’s running the output should […]

Roundcube “DATABASE ERROR: CONNECTION FAILED!” : Re-installation!

Roundcube “DATABASE ERROR: CONNECTION FAILED!” : Re-installation! Step 1 : Remove teh Previous installation of Roundcube at the server side with the help of below steps ==================== cd /usr/local/cPanel/base rm -rf roundcube* mysql mysql>drop database roundcube; ==================== Make sure that you have root mysql password with you before further installation. Step 2 : ==================== cd […]