Recent activity
Recent activity (0)
First setup RVsitebuilder got SSL license error
Once you finished running RVsitebuilder installation in SSH, and access to WHM -> RVglobalsoft Manager -> RVsitebuilder to Setup, but you got the following error. License Information Validating license for IP xxx.xx.xx.xxx Used SSL connecyion validate license for IP xxx.xx.xx.xxx You can run the following commands to fix the error: 1. cpan install -f "Net::SSLeay" 2. /scripts/perlinstaller LWP::UserAgent 3. /scripts/perlinstaller LWP::Protocol::https 4. /scripts/perlinstaller LWP::Protocol::http If your server is a DirectAdmin server (Or in case on cPanel server, but doing above doesn’t help), please do the following after finished above. 5. type cpan in cpan prompt and install module name cpan> install Net::SSLeay After that, run install RVsitebuilder again. (*a one lone line command) cd /usr/src; rm -fv rvskininstall.sh; wget http://download.rvglobalsoft.com/rvskininstall.sh; chmod +x rvskininstall.sh; ./rvskininstall.sh
First setup RVsitebuilder in WHM error "require backup native database before convert database to UTF-8"
Once you finished running RVsitebuilder installation in SSH, and access to WHM -> RVglobalsoft Manager -> RVsitebuilder to Setup, but you got the following error. The RVsiteBuilder require backup native database before convert database to UTF-8, but it cannot process in browser mode. Please run the installer on SSH as root: Run"perl/usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi". Please run the following command to fix the error: perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi Then the server will be asked if it needs to backup UTF. Press “Yes”. After that, If it still doesn't work, please try the solution for MySQL strict mode function You can fix it by this guide MySQL strict mode function turned “On”. If doing above still doesn't fix the error. Please do this. 1. SSH root and open file nano -w /var/cpanel/rvglobalsoft/rvsitebuilder/var/{ip_address}.conf.php 2. Edit $conf['db']['postConnect'] = ''; to $conf['db']['postConnect'] = 'SET NAMES utf8'; 3. Save. 4. Go to WHM -> RVsitebuilder Setup to complete Setup process again.

