Recent activity
Recent activity (0)
RVskin Installation
If you finished making order and payment, your RVskin license will be automatically active.You can install RVskin in your server by root privilege. 1. SSH to the server by root privilege, and run the following command. cd /usr/src; rm -fv rvskininstall.sh; wget http://download.rvglobalsoft.com/rvskininstall.sh; chmod +x rvskininstall.sh; ./rvskininstall.sh Answer a couple of questions on your shell, and wait until it finishes. First installation will take 2- 5 minutes to install. Installer will create a new hosting account 'rvadmin'. Don't terminate it. It will be used for internal RVskin configuration management. 2. Log in to WHM -> Plugins -> RVglobalsoft Manager -> RVskin. If you cannot find the RVskin and manager menus under it, please close WHM and open it again. 3. To set up features, just simply access to RVskin -> Theme Manager:- Set global configuration- Set default language- Create default feature list for user and for reseller- Set tweak setting, reseller feature control, body links, top links, help, tutorial links, and etc.- Test configuration setting in 2 hosting accounts.- rvadmin: this account can consider to be account belong to root- reseller's client: this account will reflect setting from reseller skin manager. If it is not configured, it will remain anonymous. Full RVskin Installation and Setup
Installation Troubleshooting
1. After finished installation, if there is no message display on the skin. Please run the following commands on your SSH.rm -f /usr/local/cpanel/Cpanel/rvversionperl /root/rvadmin/auto_rvskin.pl 2. Error message while installing or updating RVskin: Updating rvskin database... DBI connect('','root',...) failed: Too many connections ... Cause: MySQL in your server has a problem, or a problem found on phpMyAdmin, or MySQL page in all cPanel skins.Solution: Please go to WHM to Reset Local MySQL Root Password. And try to update RVskin again. 3. Error message while installing or updating RVskin: Updating rvskin database... DBI connect('','root',...) failed: Access denied for user: 'root@localhost' (Using password: YES) at /root/rvadmin/real_auto_rvskin.pl line 38Can't call method "prepare" on an undefined value at /root/rvadmin/real_auto_rvskin.pl line 38. Cause: Your server is missing DBI module, or DBI module becomes incompatible with your current system configuration after cPanel updated itself. Solution: Try this command./scripts/installdbiIf it doesn't work, you have to reinstall DBI and DBD::mysql from WHM -> Software -> Install a Perl Module. 4. Error message while installing or updating RVskin: Updating rvskin database... DBI connect('rvadmin_news:localhost','rvadmin_public',...) failed: Access denied for user: 'rvadmin_public@localhost' (Using password: YES) at /root/rvadmin/real_auto_rvskin.pl line 38 Solution: Go to WHM -> SQL Services -> phpMyAdmin, and select 'mysql' database in the database list. Click SQL query and place the following value in the text area. SELECT * FROM db WHERE user like 'rvadmin_%'Delete all records. And run installer again. 5. Error message while installing or updating RVSkin: Sorry, to use rvskin please create hosting account in WHM using: username: rvadmin Cause & Solution: That means installer cannot create 'rvadmin' hosting account for you.You need to go to WHM, and check if there is 'rvadmin' hosting account. If there is one, please terminate it, and try to run installer again.If there is no 'rvadmin' hosting account, try to manually create 'rvadmin' hosting account. If you cannot create it within WHM. It is possible that there is a user 'rvadmin' on your system but there is no hosting account for it. You need to remove it by: userdel -r rvadmingroupdel rvadmin 6. Error message while installing or updating RVskin: 307622 Validating package with SSL... [1] 17237 illegal hardware instruction (core dumped) perl auto_rvskin.pl Solution: Try verify in system logs with command below: tail -f /var/log/messages Mar 18 20:56:15 patan kernel: perl[9989] trap invalid opcode ip:7f1fb30f680e sp:7fffc086b1b0 error:0 in SSLeay.so[7f1fb30b8000+50000] If you got an error like this, Please try this command.cpan -f -i Net::SSLeay

