Recent activity
Recent activity (0)
Validating license for my IP failed in the installation process
The problem might be on the ethernet device setting is incorrect. You can check it in WHM -> Basic cPanel & WHM Setup -> Basic Config -> “The ethernet device onto which new IP addresses are added. Devices detected with at least one IP are listed in the drop-down, or you may specify another device.” Correct the device name and IP here to be matched with the IP in SSH. You can check the IP by SSH with the following command: ifconfig If shell displays:eth0 Link encap:Ethernetinet addr:111.222.222.111 In WHM should be:ethernet device = eth0IP = 111.222.222.111 Then you can check if the IP is matched by:curl http://myip.cpanel.net/v1.0/ After correct this. You can run setup RV product again.
5.2.13 Website Publish error : Fatal error: Cannot make non static method SGL_FrontController: ...
After cPanel version 11.42 released with PHP 5.4, the seagull mode needs to be updated to be work stable with PHP 5.4 also.So, after run update RVsitebuilder to latest version (5.2.13) to support PHP 5.4, some servers need to run update seagullmode also with the following command. perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvseagullmod Then run update RVsitebuilder again.perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvsitebuilder After that, republish the website, the error will be gone. ** Since 2023: cPanel Version 112 released, the seagull mode needs to be updated to be work stable with PHP 5.6+ also.

