-
Error: Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
Error:- Your PHP installation appears to be missing the MySQL extension which is required by WordPress. You need to place php.ini inside the domain folder and uncomment the line- extension=php_mysql.dll ]]>
-
Steps to print the payment invoice from the H-Sphere control panel
Please follow the steps mentioned below to print the payment invoice from the H-Sphere control panel:- 1) Login to your H-Sphere panel.2) Go to the billing menu > select the billing statement.3) Click on the blue link of each statement and print the same by the Print icon available on the top of the box. […]
-
How to suspend or resume a MySQL abusive user in the H-Sphere cluster?
1. Run the following command to suspend a user:- /hsphere/shared/scripts/mysql-suspend-user username 2. Run the following command to unsuspend a user:- /hsphere/shared/scripts/mysql-resume-user username ]]>
-
Where to set the DNS settings in the Linux OS
To connect to the Internet from a Linux machine, we need to set the DNS for the Linux machine using the command line. We need to set up an entry in a file that is /etc/resolv.conf. Below is the way using which we can setup an entry:- Step 1: Login onto the server using SSH. […]
-
Command to recycle the application pools
To recycle the application pools, you need to run the command below on the command prompt: appcmd list apppool /xml | appcmd recycle apppool /in ]]>
-
Installing the Kartris CMS and getting "Error: Kartris is already installed"?
1- In the web.config file, see if this line is already there -> If it’s there in web.config, you can try to remove it and see if that helps. 2- Drop the database tables and then try again. 3- If you face a problem after that, then you need a clean install with a new […]
-
How to find block device attributes in Linux
There is a useful command-line utility called “blkid” to locate/print block device attributes. Its syntax is:- # blkid command output example :- # blkid/dev/sda1: UUID=”12229e12-62cb-4f8f-adab-b2ad274bc834″ TYPE=”ext4″/dev/sda2: UUID=”8a9d58de-5f3d-4a12-8b41-bfd0216fab60″ TYPE=”ext4″/dev/sda3: UUID=”4d1bfd9e-fca9-4097-86a1-48268660167a” TYPE=”swap”/dev/sda5: UUID=”eeb23385-7cff-4abf-a6e4-e9b407d5211d” TYPE=”ext4″/dev/sda6: UUID=”qNHpFl-swWF-VSe6-3oZv-R5i3-2lxw-ERDWs9″ TYPE=”LVM2_member”/dev/mapper/vg_linplsksh1-LogVol00: UUID=”c3d46a77-4CV8-4b6e-b622-2d6d4996abc2″ TYPE=”ext4″/dev/sdb1: UUID=”RY1sWc-ySNv-TTEV-EXHn-bDqR-xY5X-a6PYAh” TYPE=”LVM2_member” ]]>
-
How to check your disk space usage
Please follow the steps below to check your disk space usage: 1- Login to your reseller account by using https://cp.gohsphere.com.2- Go to your admin account.3- On the plan page, you will see the option of Reports from the main menu.4- Click on Reports >>>> Disk usage.5- On this page, you can select entries and click […]
-
File system check for bad sectors on a drive in Linux
Sometimes our disk has bad sectors or may have errors like an input-output related error or be in a read-only file system. At that time we can use e2fsck which is a file system check utility to check for bad sectors on the disk or to resolve other errors on the disk. However, mostly we […]
-
PHP fatal error: the allowed memory size of 41943040 bytes is exhausted
Error Type:- PHP error [04-Oct-2013 21:00:08] PHP Fatal error: The allowed memory size of 41943040 bytes is exhausted (tried to allocate 1966080 bytes) in /hsphere/local/home/btkda/.com/wp-includes/SimplePie/Item.php on line 2736. The application is running out of memory. You need to increase the php memory by placing the .htaccess file inside your domain folder with the string below […]