Recent activity
Recent activity (0)
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.4login 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_htmlmkdir rvtestcd /home/{username}/public_html/rvtestcp -a /var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1.0.1.tgz ./chroot /var/suexec/baseos/mkdir /chroot/rvmodulecd /chroot/rvmodulewget {domainname}/rvtest/RVSeagullMod-1.0.1.tgz/usr/local/php53/bin/pear install -f RVSeagullMod-1.0.1.tgzrm -f RVSeagullMod-1.0.1.tgzexit chroot /root/baseos/mkdir /chroot/rvmodulecd /chroot/rvmodulewget {domainname}/rvtest/RVSeagullMod-1.0.1.tgz/usr/local/php53/bin/pear install -f RVSeagullMod-1.0.1.tgzrm -f RVSeagullMod-1.0.1.tgzexit cd /home/{username}/public_html/rvtestrm -f RVSeagullMod-1.0.1.tgz Reference: http://docs.1h.com/Pear_Modules_Installation
RVsitebuilder displays a blank page for users
If it's first loaded as detecting for seconds, but finally returned a blank page. Please try to remove the cache files using command below. 1. For all users in a server:rm -rf /home/*/.rvsitebuilder/cacherm -rf /home/*/.rvsitebuilder/tmp 2. For the individual user:rm -rf /home/{user}/.rvsitebuilder/cacherm -rf /home/{user}/.rvsitebuilder/tmp And access to the RVsitebuilder again.

