Publish error Fatal error: Cannot make non static ....../rvsStaticWeb.php on line 39
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”
The 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
Posts in Category
-
Setup RVsitebuilder 6 error "databasename is already existed"
Admin Updated on 2025-10-30 08:58:10
-
Update RVsitebuilder 6 Error 500 in Setup process (in WHM)
Admin Updated on 2025-10-30 08:58:10
-
Setup RVsitebuilder 6 in WHM never completes, problem on ioncube loader
Admin Updated on 2025-10-30 08:58:10
-
How to increase upload_max_filesize, post_max_size over 105M (in WHM).
Admin Updated on 2025-10-30 08:58:10
-
Publish website gets stuck on Copying files. MySQL [Warning] Aborted connection and error reading communication packets.
Admin Updated on 2025-10-30 08:58:09
Admin