How to find joomla version from backend

If you want to check your Joomla version, Login to the directory where joomla is installed like :  /home/user/public_html and run the following command: grep version language/en-GB/en-GB.xml Output would be as follows: Cheers. If you are getting error while accessing your Joomla admin page you can check my article on Joomla admin page comes out without the […]

Continue Reading…

Account Creation Status: failed (Sorry, a mysql user with the name * already exists).

Usually this happens if you terminated a cpanel account and trying to restore it from backup but somehow the MySQL user was not deleted properly. You get this error: [wpfmb type=’error’ theme=2]Account Creation Status: failed (Sorry, a MySQL user with the name test356 already exists.)Account Restore Failed.[/wpfmb] Solution :  Try deleting the mentioned user. mysql mysql > use mysql; […]

Continue Reading…

cPanel roundcube DATABASE ERROR: CONNECTION FAILED

Some of our users can’t connect to their Webmail: When they click on RoundCube , they get this: DATABASE ERROR: CONNECTION FAILED! Unable to connect to the database! Please contact your server-administrator. Most probably, its an issue with the databases associated with roundcube, First step is to update Roundcube using the below command: /usr/local/cpanel/bin/update-roundcube –force If its […]

Continue Reading…

cPanel Internal Server Error open3: fork failed: Cannot allocate memory at cpsrvd-ssl

If you see the below error on your VPS or WHM: [wpfmb type=’error’ theme=2]cPanel Internal Server Error open3: fork failed: Cannot allocate memory at cpsrvd-ssl[/wpfmb] To fix the above error try increasing memory for cPanel from WHM >> “Tweak Settings” and see if the problem resolved. If sill facing error you may execute the following command to […]

Continue Reading…