Recent activity
Recent activity (0)
Install custombuild PHP56 on DirectAdmin PHP7 server to make RVsitebuilder 6 work.
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 -vPHP 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.
Publish error "Compiling dynamic data"
Error on publish step Reason of the errorThis project contains a larger number of page, so it requires large amount of timeout values as below. SolutionContact your host provider to edit the following values in file /etc/my.cnf wait_timeout=connect_timeout=towait_timeout=200connect_timeout=200Or higher and try to publish again.

