1. If your server has RVSkin installed, please update RVSkin to v6.75 up. (Skip this step if you don't have it).
- Code: Select all
perl /root/rvadmin/auto_rvskin.pl
2. After get the license confirmation, SSH to your cPanel server as root, download the installer using the command below:
- Code: Select all
cd /usr/local/cpanel/whostmgr/docroot/cgi/
rm -f rvsitebuilderinstaller.tar
wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar
tar -xvf rvsitebuilderinstaller.tar
chmod 755 addon_rvsitebuilder.cgi
rm -f rvsitebuilderinstaller.tar
3. Open root WHM, at the bottom left menu under Plugins section, you will find RVSiteBuilder Installer menu.
4. Click RVSiteBuilder Installer to begin the installation process.
5. After complete the installation, you will be sent to RVSiteBuilder Manager automatically. Please configure RV SiteBuilder immediatly.
6. Done!! Your cPanel should show the RVSiteBuilder as a feature in all cPanel users. Special note for specific cPanel skin:
* RVSkin - It will automatically integrate RVSiteBuilder to RVSkin. You may need to edit the Package-Feature List if RV Site Builder doesn't show up or you don't want some hosting packages access to it.
* X Skin and some which support addon api - It will automatically display on cPanel. You also able to manage the feature list in WHM Feature Manager.
* CPSkins - Upgrade RVSiteBuilder to v1.07 up. You have to manually integrate it by editting file /usr/local/cpanel/base/frontend/themename/index.html. Insert
- Code: Select all
<cpanel include="rvsitebuilder/RVSTopFrame.html">
On the top of the page. And edit /usr/local/cpanel/base/frontend/themename/main.php. Place
<cpanel include="rvsitebuilder/RVS2CPSkinmenu.html">
in the area you want to show the RVSiteBuilder Icon. Don't edit file RVS2CPSkinmenu.html. Your change will be lost when you update RVSiteBuilder. If you want to edit it just copy it to the new name and change the cpanel include path to the new one.
Some times, mod_security may block web-based RvSiteBuilder update process.
To avoid this, one may change settings of this module, or simply run following command as 'root':
- Code: Select all
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi
Possible when your provider update RVSiteBuilder is uncomplete to
install PEAR package 'RVSeagullMod' for component use database.
To install PEAR package manually, run:
for php
- Code: Select all
/usr/bin/pear install -f /var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1.0.1.tgz
for php
- Code: Select all
/usr/local/bin/pear install -f /var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1.0.1.tgz
Possible errors:
Fatal error: Call to undefined method PEAR_Error::quoteIdentifier() in /var/cpanel/rvglobalsoft/rvsitebuilder/lib/SGL/Task/Install.php on line 560
Problem is effect form database fail. You can resolve this problem by instruction below:
run command on you server.
- Code: Select all
rm /var/cpanel/rvglobalsoft/rvsitebuilder/var/{serverIPaddress}.conf.php
rm /var/cpanel/rvglobalsoft/rvsitebuilder/var/rvautosetting.conf.ini.php
get [url]http://{serverIPaddress}:2086/cgi/rvsitebuilder/setup.php[/url]
Insert new values for DB name and DB user.