FTP connection problem

Sometimes while accessing FTP you receive following error: [wpfmb type=’error’ theme=2]error: 14:15:20 Response: 421 Sorry, cleartext sessions are not accepted on this server. 14:15:20 Error: Could not connect to server[/wpfmb] In order to solve above problem follow the steps: 1)  Login to WHM with root user. 2)  Go To : Service Configuration >> FTP Server […]

Continue Reading…

Getting cpanel/whm default page for all the domains

It might happens you start getting cpanel/whm default page for all the domains. Follow the steps in order to resolve the issue: Run following command: Option 1: /usr/local/cpanel/bin/userdata_update This command helps to restores the missing alias in the userdata and merge it with your existing data. /scripts/rebuildhttpdconf This command helps to builds the httpd.conf against the […]

Continue Reading…

Enable “Update Now” in Awstats

In order to enable “Update Now” in Awstats in cPanel follow the below steps: Login to server via SSH You need to edit the domain awstats conf (awstats.domainName.conf) file: cd /home/username/tmp/awstats Search for the “AllowToUpdateStatsFromBrowser”,in the conf file. (The default value of AllowToUpdateStatsFromBrowser will be 0) grep AllowToUpdateStatsFromBrowser awstats.example.com.conf It should be set to AllowToUpdateStatsFromBrowser=1 […]

Continue Reading…

Error : The following exception has occurred: API failure: DBD::mysql::db selectall_arrayref failed: Table is marked as crashed and should be repaired.

Sometimes website start displaying error as follows: [wpfmb type=’error’ theme=2]jtablesession::Store Failed DB function failed with error number 145 Table ‘./stuffabo_jo151/jos_session’ is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( ‘55194ad14a496478f5b74592387b2680′,’1278058254′,”,’0′,’1′,’0′ )[/wpfmb] If you receive such error just try to repair the database related to the site. […]

Continue Reading…