Recent activity
Recent activity (0)
How can I get rid of a license error "the license file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic has expired."?
Permission of file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic is not correct. It should be 0464. There are two resolutions.1. Update RVsitebuilder to the latest version, it'll no longer appear the error.2. If the error keep appearing, please run the command below. For cPanel >= 11.26/usr/local/cpanel/3rdparty/php/53/bin/php -d disable_functions="" -d register_globals="Off" -d suhosin.executor.func.blacklist="" -d memory_limit=128M -d max_execution_time=3600 -d safe_mode=0 /var/cpanel/rvglobalsoft/rvsitebuilder/updatelicense.php For cPanel < 11.26php -d disable_functions="" -d register_globals="Off" -d suhosin.executor.func.blacklist="" -d memory_limit=128M -d max_execution_time=3600 -d safe_mode=0 /var/cpanel/rvglobalsoft/rvsitebuilder/updatelicense.php
I got the error 'Cannot find pear on this server'. How to fix it?
The server has not been set to compile php with pear. You need to recompile it. You can test if pear is available on your server by running 'which pear'. If it is available it will show the pear path. [root@server ~]# which pear/usr/bin/pear If not, it will show nothing or display the error. For cPanel server:Please go to root WHM -> Software -> EasyApache (Apache Update). And recompile your apache+php, make sure Pear is enabled while configuring PHP options.

