Published using Google Docs
Publish error Fatal error: Cannot make non static ....../rvsStaticWeb.php on line 39
Updated automatically every 5 minutes

The server which has 1H Software installed will not be able to run command wget RVsitebuilder. The website publish with Component based on Database will turn an error:

“Fatal error: Cannot make non static method SGL_FrontController::run() static in class RVSWebInit in /home/husnes/public_html/rvtest/rvsStaticWeb.php on line 39”

Solution for the problem of 1Hv with RVSeagullmod installation is the following.

1. Update PHP to PHP 5.3 or PHP 5.4

login cpanel > PHP Version Manager > folder rvtest change to PHP 5.3/PHP 5.4

2.The server could not copy file RVSeagullMod-1.0.1.tgz to install.

Please download file manually as the following command. And install it.

cd /home/{username}/public_html

mkdir rvtest

cd /home/{username}/public_html/rvtest

cp -a /var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1.0.1.tgz ./

chroot /var/suexec/baseos/

mkdir /chroot/rvmodule

cd /chroot/rvmodule

wget {domainname}/rvtest/RVSeagullMod-1.0.1.tgz

/usr/local/php53/bin/pear install -f RVSeagullMod-1.0.1.tgz

rm -f RVSeagullMod-1.0.1.tgz

exit

chroot /root/baseos/

mkdir /chroot/rvmodule

cd /chroot/rvmodule

wget {domainname}/rvtest/RVSeagullMod-1.0.1.tgz

/usr/local/php53/bin/pear install -f RVSeagullMod-1.0.1.tgz

rm -f RVSeagullMod-1.0.1.tgz

exit

cd /home/{username}/public_html/rvtest

rm -f RVSeagullMod-1.0.1.tgz

Reference: http://docs.1h.com/Pear_Modules_Installation