Recent activity
Recent activity (0)
My server switch between suphp and DSO and it causes the error on the web site what should I do to fix it?
After you changed your server the server type between suphp and DSO, you need to do the following solution for RVsitebuilder.----------------------------------For server administrator----------------------------------SSH to the server as root and run this command.rm -rf /home/*/.rvsitebuilder/websitepublish/*/var/cache/tmplrm -rf /home/*/.rvsitebuilder/websitepublish/*/var/configrm -rf /home/*/.rvsitebuilder/websitepublish/*/var/tmpchmod 777 -R /home/*/.rvsitebuilder/websitepublish/*/var/cacheThis will resolve the problem for all users.---------------------For End-users---------------------1.Access to your file system using FTP or File Manager.2.Rename /.rvsitebuilder/websitepublish/{project_id}/var to /.rvsitebuilder/websitepublish/{project_id}/var.bak .3.Create new var folder.4.Change permission for var to 777.5.Move the following folders in var.bak to the new var.INSTALL_COMPLETE.php{project_id}.conf.phprvsautosetup.ini.phprvstemplateconf.ini.phpsubscribeMailList.txtuploads6.Change permission of moved files and folders on step5 and 6 to 777.7.Republish the web site to restore entities and config folders on the new var. Make sure you check the checkbox for 'force update' in order to restore entities folder.
RVsitebuilder error after the server upgraded to PHP 5.5
RVsitebuilder version 5.4.10 is ready for PHP 5.5 (Updated 2024: PHP 5.6 only) on DirectAdmin server. The following error may be happened on RVsitebuilder in your server once you upgrade PHP version to 5.5. Fatal error: The file /usr/local/directadmin/plugins/rvsitebuilder/images/index.php was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5. Please ask the provider of the script to provide a version encoded with either the ionCube Encoder for PHP 5.3 or for PHP 5.4. in Unknown on line 0 No worries, the error can be easily fixed by the following solution. 1. Build RVsitebuilder to be compatible with PHP 5.5 by running the following command. perl /usr/local/directadmin/plugins/rvsitebuilderinstaller/admin/installphpda.pl2. Build RVSeagullMod to be compatible with PHP 5.5 by running the following command. perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi --force=rvseagullmod Reference: RVsitebuilder Installation for DirectAdmin

