Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Website Publish error : Fatal error: Cannot make non static method SGL_FrontCont  (Read 3338 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
Yesterday I was Publishing my site with RVSitebuilder, OMG !!!!!!!!!!! error !!!!!!!!!!!!!!!!

Code: [Select]
Website Publish error : Fatal error: Cannot make non static method SGL_FrontCont
I spend lot of time to find the reason behind the error, finally I got the answer:

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.

Code: [Select]
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvseagullmod
Then run update RVSitebuilder again.

Code: [Select]
perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvsitebuilder
After that, I republished the website.

Everything was fine !!!!!!!!!!!!!!  ;)