Skip to main content

OnlineSupport4u

Fatal error: Cannot make static method SGL_FrontController::run() non static in class RVSWebInit in

By Prasad Naik
April 26, 2014

If you are facing issues with rvsitebuilder on cpanel server with error “Fatal error: Cannot make static method SGL_FrontController::run() non static in class RVSWebInit in” Run the below commands to fix it perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi –force=rvseagullmod Then run update RVSitebuilder again. perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi –force=rvsitebuilder Now  republish the website, the error will be fixed  

Read More

Disable directory browsing linux

By Prasad Naik
April 18, 2014

To disable the directory browsing in account you need to do the below steps # cd to the directory you want to disable directory browsing in my case it was #cd  /home/online/public_html/images create a new file .htaccess # vi .htaccess paste the below code in .htaccess Options -Indexes save file and exit Now directory browsing […]

Read More

Amazon SES Request Expired, it must be within 300secs/of server time.

By Prasad Naik
April 17, 2014

While using Amazon Simple Email Service, sometimes we encounter this error message:   ” AWS Error Code: RequestExpired, AWS Error Message: Request timestamp: Sun, 13 Mar 2011 06:10:27 GMT expired. It must be within 300 secs/ of server time.” This error probably means that Amazon SES time differs from your system clock time. If you’re using […]

Read More

Mod_Security disable

By Prasad Naik
April 12, 2014

If you want to disable security for one singled domain name you can do it by editing virtualhost in httpd.conf You can add the below setting in apache’s virtualhost for the domain name You need to add below rule to disable mod_security <IfModule mod_security2.c> SecRuleEngine off </IfModule>    

Read More

An unexpected error occurred. Something may be wrong with WordPress.org

By Prasad Naik
April 12, 2014

Are you getting error below error in wordpress while installing plugin ? “An unexpected error occurred. Something may be wrong with WordPress.org”  The solution for this issue is to check file wp-config.php While troubleshooting issue I see the error was in wp-config.php I commented out below settings to fix this issue /** EXAMPLE – proxy […]

Read More

Disable cphulkd in cpanel server

By Prasad Naik
April 11, 2014

Sometime you may face issue while logging to WHM where password does not work but via SSH password work  The issue in cpanel server is due to cphulkd which is one of the security feature. to get it password working you need to ssh and disabled cphulkd using below commands root@server [~]# /usr/local/cpanel/etc/init/stopcphulkd Waiting for […]

Read More

How to remove a logical volume

By Prasad Naik
April 10, 2014

SSH to server and use the below steps Check active volume first using [root@load ~]# lvscan ACTIVE            ‘/dev/vg_load/lv_root’ [50.00 GiB] inherit ACTIVE            ‘/dev/vg_load/lv_home’ [53.80 GiB] inherit ACTIVE            ‘/dev/vg_load/lv_swap’ [7.50 GiB] inherit Say you want to remove the volume /dev/vg_load/lv_home Type the below command [root@load ~]# lvremove /dev/vg_load/lv_home Do you really want to remove active logical […]

Read More

Domain name Transfer

By Prasad Naik
March 30, 2014

To transfer the domain name from your old domain registrar to us                                             Please apply using below URL Once done please make sure the at your old domain registrar 1) You need to disable the privacy Protection                                       […]

Read More

Adding a custom php.ini cPanel account

By Prasad Naik
March 30, 2014

To make your account in cpanel  server have custom php.ini for all subfolder                       You need to use below code steps 1)   Login to server via SSH 2) scp /usr/local/lib/php.ini  /home/cpanelusername/public_html/ 3)   vi /home/cpanelusername/public_html/.htaccess Add below code suPHP_ConfigPath /home/pankaj12/public_html <Files php.ini> order allow,deny deny from all </Files> Once done custom php.ini should be available for all […]

Read More

FATAL: Test install failed cpanel

By Prasad Naik
March 25, 2014

  If you get below fatal error while updating cpanel   [20140325.101511] ***** FATAL: Test install failed:     package cpanel-php54-ingo-3.1.2-3.cp1142.noarch is already installed [20140325.101511]   The Administrator will be notified to review this output when this script completes [20140325.101511] ***** FATAL: Error testing if the RPMs will install: Died at /usr/local/cpanel/scripts/updatenow.static-cpanelsync line 14050. [20140325.101511]   see http://go.cpanel.net/rpmcheckfailed […]

Read More

“perl: warning: Setting locale failed”

By Prasad Naik
March 23, 2014

This post shows a simple way of fixing  warning when running perl in linux. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8”     are supported and installed on your system. perl: warning: Falling back to the standard […]

Read More

Lynx file “/etc/lynx.lss” is not available.

By Prasad Naik
March 23, 2014

Are you getting below error in cpanel for cron  Lynx file “/etc/lynx.lss” is not available” in cpanel server ?  You can fix it using below mentioned setting   # vi /var/cpanel/exim.conf.deps   and append it and add below entries                             /etc/lynx.lss Now Save file and quit and error should dissappear          

Read More
1 16 17 18 19