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
Articals in this section
-
Setup RVsitebuilder 6 error "databasename is already existed"
Updated on 2025-11-18 09:17:35
-
Update RVsitebuilder 6 Error 500 in Setup process (in WHM)
Updated on 2025-11-18 09:17:35
-
Setup RVsitebuilder 6 in WHM never completes, problem on ioncube loader
Updated on 2025-11-18 08:05:02
-
How to increase upload_max_filesize, post_max_size over 105M (in WHM).
Updated on 2025-11-18 08:05:02
-
Publish website gets stuck on Copying files. MySQL [Warning] Aborted connection and error reading communication packets.
Updated on 2025-11-18 08:05:01
-
Cannot connect DB while doing RVsitebuilder installation
Updated on 2025-11-18 08:05:01
-
Cannot execute pear
Updated on 2025-11-18 08:05:01
-
DirectAdmin cannot download .tar.gz file for RVsitebuilder Installation
Updated on 2025-11-18 08:05:01
-
First setup RVsitebuilder got SSL license error
Updated on 2025-11-18 08:05:01
-
First setup RVsitebuilder in WHM error "require backup native database before convert database to UTF-8"
Updated on 2025-11-25 08:05:15
