Install custombuild PHP56 on DirectAdmin PHP7 server to make RVsitebuilder 6 work.
Updated at 2025-10-30 08:57:40
Posted in
(Primary)Troubleshooting,
RVsitebuilder 6 for DirectAdmin requires PHP 5.6 only. But you can set PHP56 custombuild when your DirectAdmin server is running PHP7.
Do this before running install RVsitebuilder 6.4 on your DirectAdmin server.
Check if your DirectAdmin server has PHP56 installed as additional PHP version by running command:
/usr/local/php56/bin/php -v
A. The following result is showing it's installed. You can run install RVsitebuilder 6.4 on your DirectAdmin server immediately without going through B.
/usr/local/php56/bin/php -v
PHP 5.6.40 (cli) (built: May 5 2021 15:18:50)
B. If your server don't have PHP56 additionnal version, the result returns as below.
/usr/local/php56/bin/php -v
-bash: /usr/local/php56/bin/php: No such file or directory
Please rebuild custom PHP with the following command.
cd /usr/local/directadmin/custombuild ./build set php2_release 5.6 ./build update ./build php n ./build rewrite_confs
Then you can install RVsitebuilder 6.4 on your DirectAdmin server.
Posts in Category
-
DirectAdmin setup database error "Server sent charset unknown to the client"
Admin Updated on 2025-10-30 08:57:41
-
I cannot find my website in RVsitebuilder
Admin Updated on 2025-10-30 08:57:41
-
Error "Sorry, None of this server IPs.... was found in RVglobalsoft license system" when click edit site
Admin Updated on 2025-10-30 08:57:40
-
Error "RVsitebuilder is not installed. Please contact your host provider to install" when going to edit website
Admin Updated on 2025-10-30 08:57:40
-
Install custombuild PHP56 on DirectAdmin PHP7 server to make RVsitebuilder 6 work.
Admin Updated on 2025-10-30 08:57:40
Admin