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.
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