Error: Unable to open version.txt: No such file or directory at /usr/sbin/csf

Sometimes we face problems while starting the CSF firewall on the server and get the following mentioned error: [wpfmb type=’error’ theme=2]Unable to open version.txt: No such file or directory at /usr/sbin/csf line 1773.[/wpfmb] This error is basically due to the CSF version file missing on the server. To resolve this issue you can simply follow the […]

Continue Reading…

How to enable Innodb storage engine?

Data in MySQL is saved in data files (or memory) using a variety of different methods. Each of these methods implement different storage space systems, listing features, securing levels and eventually provide a range of different features and abilities. By selecting a different strategy you can gain additional speed or performance benefits that will enhance […]

Continue Reading…

/etc/userdomains file is blank.

Sometimes on a cPanel server the /etc/userdomains (which contains list of all the domain added on the server) appears blank even if all the domains exist on the server. Run the following command to rebuild the file on the server: /scripts/updateuserdomains That’s it. You can now view the list of domains in this file. […]

Continue Reading…

Plesk Update Fails- MySQL Error

When Plesk update itself, it connects to local MySQL server.If it can not connect, then update fails. Most of the time it happens because of wrong credentials. First check if you can manually connect to local MySQL server: “%plesk_dir%Databases\MySQL\bin\mysql.exe” -uadmin -p<type password here> -localhost If you can not connect then you may reset the password by […]

Continue Reading…