Recent activity
Recent activity (0)
DirectAdmin cannot download .tar.gz file for RVsitebuilder Installation
If you stuck at download rvsitebuilder.tar.gz error or download template error while installing RVsitebuilder in DirectAdmin. Please do the following solution. 1. Run following command: cd /usr/local/directadminchmod 0755 /usr/local/directadmin/directadmin./directadmin p * One long line command2. nano -w /etc/mime.types 3. Add mime-type in this file: /etc/mime.types By the following value: application/x-gzip 4. Restart directadmin service directadmin restart 5. Back to DirectAdmin Admin -> RVsitebuilder Installer , to complete RVsitebuilder installation. Reference: http://forum.directadmin.com/showthread.php?t=42234http://forum.directadmin.com/showthread.php?t=36103
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

