Recent activity
Recent activity (0)
RVsitebuilder Installation stuck at download packages from search.cpan.org
The problem is on cPanel version is out of date, it’s still trying to detect file search.cpan.org which doesn't exist. This case you'll need to update cpan in your server by this guide:http://perltricks.com/article/44/2013/10/20/Find-CPAN-mirrors-and-configure-the-local-CPAN-mirror-list Edit file/root/.cpan/CPAN/MyConfig.pmOr/usr/share/perl5/CPAN/Config.pm Change urllist to be'urllist' => [ q[http://httpupdate3.cpanel.net/CPAN/], q[http://httpupdate23.cpanel.net/CPAN/], q[http://mirrors.servercentral.net/CPAN/], q[ftp://cpan.cse.msu.edu/]], After that, install RVsitebuilder (V6) again.
Autofixphp error in RVsitebuilder Manager WHM
If you faced this error in WHM >> RVsitebuilder Manager Try to SSH to the server as root and runperl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl If it cannot fix, please run the following command to see the result.lsattr /usr/local/cpanel/3rdparty/etc/php.ini If you found the result is -----a------- , please run commandchattr -a /usr/local/cpanel/3rdparty/etc/php.ini And try to run autofix againperl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl If you found the result is -----i------- , please run commandchattr -i /usr/local/cpanel/3rdparty/etc/php.ini And run:perl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl

