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/tmpl
rm -rf /home/*/.rvsitebuilder/websitepublish/*/var/config
rm -rf /home/*/.rvsitebuilder/websitepublish/*/var/tmp
chmod 777 -R /home/*/.rvsitebuilder/websitepublish/*/var/cache
This 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.php
rvsautosetup.ini.php
rvstemplateconf.ini.php
subscribeMailList.txt
uploads
6.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.
Posts in Category
-
Setup RVsitebuilder 6 error "databasename is already existed"
Admin Updated on 2025-10-30 08:58:10
-
Update RVsitebuilder 6 Error 500 in Setup process (in WHM)
Admin Updated on 2025-10-30 08:58:10
-
Setup RVsitebuilder 6 in WHM never completes, problem on ioncube loader
Admin Updated on 2025-10-30 08:58:10
-
How to increase upload_max_filesize, post_max_size over 105M (in WHM).
Admin Updated on 2025-10-30 08:58:10
-
Publish website gets stuck on Copying files. MySQL [Warning] Aborted connection and error reading communication packets.
Admin Updated on 2025-10-30 08:58:09
Admin