Rvsite builder license issues

Sometimes we are facing license related issues even after updating license for rvsite in the server, To test the license run: /var/cpanel/rvglobalsoft/rvsitebuilder/www/ionctestlicense.php To update license run the following: /var/cpanel/rvglobalsoft/rvsitebuilder/updatelicense.php This will help to resolve the error no need to reinstall rvsitebuilder. […]

Continue Reading…

FTP connection problem

Sometimes while accessing FTP you receive following error: In order to solve above problem follow the steps: 1)  Login to WHM with root user. 2)  Go To : Service Configuration >> FTP Server Configuration and  then check if the setting : TLS Encryption Support :  is configured to read to  “Optional” if  not, set the […]

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…

Changing ownership of a symlink

While changing the ownership for the symlink,We use the following command: chown -R user.user link_path It sometimes will not allow you to change the ownership of the symlink. Use following command in order to change the ownership for a symbolic link chown -h user.user link_path Now you can change the ownership of a symbolic link. […]

Continue Reading…