If you see the below error on your VPS or WHM: 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 fix this. /scripts/upcp –force […]
Fantastico Error “You cannot install more than one script in the root directory of a domain”
Sometimes you may experience the following error while trying to set up applications through Fantastico in main public_html folder. […]
Increase max emails per hour for a single domain in cPanel
You can change the most of e-mails permitted for a specific domain to a different limit than the system default by using the following back end file. /var/cpanel/maxemails Just add the entries as follows: MAX_EMAIL_PER_HOUR=# MAX_EMAIL_PER_HOUR-domain.com=# You just make sure to replace domain.com with your domain name. The first MAX_EMAILS_PER_HOUR entry would cover the entire account, […]
MySQL ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal
If you are getting the following error while creating a user through MySQL Prompt: This is because MySQL expects you to enter password in an encrypted format. You can resolve this error by following the steps given below. mysql> select password(‘test345’); +———————+ | password(‘test345’) | +———————+ | 2ff898e158cd0311 | +———————+ +————————-+ 1 row in set […]
Use Of File Manager in cPanel
The File Manager in your cPanel can be used to view, change, add, and remove website information from your account. Login to your cPanel,then click the File Manager button in the Files section. A dialogue box will pop up, asking where you want to go. To go straight to your public_html directory which keeps your […]
WordPress-File is empty error –please uplaod something more substantial
Today,I set up the WordPress.org blog application on my website.The 5 minute install was exactly good. But whenever I tried to upload a media file I was encountered with the below Error. The concept on how to fix this issue is complex, yet the solution is easy. Go to your cPanel,Create a new file named […]
How to Import a MySQL Database using phpMyAdmin
In this article, we will show you how to import a MySQL Database using phpMyAdmin.We have assume that you have already created a new database that you’re importing into. […]
MySQL – 1044 Access Denied Error Message
Sometimes when you Import database using phpMyAdmin,generally you are importing a written text file with a .sql extension. In this example, the database we are trying to import is known as wordpress_3 . When using phpMyAdmin to import such a file,receive an error message similar to: In this situation, my cPanel login name is kashifta. […]
How to enable FTP over SSL/TLS (FTPS) {Cpanel/Whm}
SFTP is only available to cPanel users for secure connection you can use FTP over SSL/TLS. To enable TLS Encryption Support from WHM Go to: Main >> Service Configuration >> FTP Server Configuration Set TLS Encryption Support to optional On the FTP client use server type as follows: Host: domain or Ip Port : 21 Server Type […]
FTP: Getting Started Guide
What is FTP: FTP stands for File Transfer Protocol,and is used to upload and download from your web hosting service account. FTP is a good way to exchange your files to the server because you can move all your files at once to the directory on your server instead of uploading one file at a […]