RVsitebuilder update process requires root permission. If you're not, please contact your host provider to do this.
----------------
For cPanel
----------------
Go to root WHM -> Plugins -> RVglobalsoft Manager -> RVsitebuilder Manager. On the Manager homepage, if you are not on the latest version, it will show you the link 'Upgrade to latest version'. Click the link to update your RVsitebuilder version.
If you prefer doing on SSH, you can run the following command.
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvsitebuilder
Once finished running command, please Go to root WHM -> Plugins -> RVglobalsoft Manager -> RVsitebuilder Setup, and finish setup process here.
------------------------
For DirectAdmin
------------------------
SSH to your server as root and run the following command.
perl /usr/local/rvglobalsoft/rvsitebuilderinstaller/autoinstaller.cgi
perl /usr/local/rvglobalsoft/rvsitebuilderinstaller/autoinstaller.cgi --force=rvsitebuilder
After finished update via SSH, please go to admin control panel and click Extra Features > RVsitebuilder Admin to update database.
=====================================
RVsitebuilder Installation Troubleshooting
If the following message shows up when you run command update RVsitebuilder on your server. You can use this part to fix it.
Error:
############# # Backup native database before convert database to UTF-8. ##########
Do you want to backup native database (yes/no)? no to exit. : Confirm backup time out please run installer again
Solution:
For cPanel server
cd /var/cpanel/rvglobalsoft/rvsitebuilder/var
For DirectAdmin server:
cd /usr/local/rvglobalsoft/rvsitebuilder/var
edit file: rvautosetting.conf.ini.php
change
postConnect=""
to
postConnect="SET NAMES utf8"
save file.
and delete file:
rm -f {main-ip}.conf.php
rm -f INSTALL_COMPLETE.php
Go to rebuild database again.
For cPanel server:
Go to root WHM -> Plugins -> RVglobalsoft Manager -> RVsitebuilder Setup
For DirectAddmin server:
Go to admin control panel and click Extra Features > RVsitebuilder Admin to update database.
Comments
0 comments
Article is closed for comments.