Recent activity
Recent activity (0)
First setup RVsitebuilder in WHM stop at "Upgrade Pear RV/SeagullMod with file package.xml...please wait..."
Once you finished running RVsitebuilder installation (V6) in SSH, and access to WHM -> RVglobalsoft Manager -> RVsitebuilder to Setup, but you got the following error. Your problem may have the problem on pear package, on the disable_functions So, please try the following solution. 1. Edit dit file /usr/local/lib/php.ini by removing PHP function popen, ini_set Then the server will be able to be installed pear package and setup successful. 2. Setup pear again 3. Restart apache 4. Install RVSB again.https://rvsitebuilder.com/v6/installation/
How can I get rid of a license error "the license file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic has expired."?
Permission of file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic is not correct. It should be 0464. There are two resolutions.1. Update RVsitebuilder to the latest version, it'll no longer appear the error.2. If the error keep appearing, please run the command below. For cPanel >= 11.26/usr/local/cpanel/3rdparty/php/53/bin/php -d disable_functions="" -d register_globals="Off" -d suhosin.executor.func.blacklist="" -d memory_limit=128M -d max_execution_time=3600 -d safe_mode=0 /var/cpanel/rvglobalsoft/rvsitebuilder/updatelicense.php For cPanel < 11.26php -d disable_functions="" -d register_globals="Off" -d suhosin.executor.func.blacklist="" -d memory_limit=128M -d max_execution_time=3600 -d safe_mode=0 /var/cpanel/rvglobalsoft/rvsitebuilder/updatelicense.php

