An error occurs when create a new site in RVsitebuilder 7.
Error
- Prepare Installer : OK
Possible reason
Some configuration on your account may not follow the requirements.
Solution
Make account configurations to be matched with RVSitebuilder requirements:
PHP version 7.3 - 7.4
PHP extensions; 'mysqlnd','PDO','gd','curl','iconv','mbstring','zip','json','fileinfo','exif','bcmath','ctype',
'openssl','tokenizer','xml','pdo_mysql'.
Once these configurations are matched, to create site will continue perfectly.
If the solution above doesn't fix.
Please contact your host provider to check further on permission
/bin/wget
1. Check the error by:
tail -f /usr/local/cpanel/logs/error_log
2. If the user cannot execute wget file, it will return error:
[2021-02-10 20:46:36 -0500] warn [Internal Warning while parsing ./frontend/paper_lantern/rvsitebuildercms/createsiteprocess/prepare_installer.html.tt 1074200] “/bin/wget” exists but is not executable; ignoring.
at /usr/local/cpanel/Cpanel/FindBin.pm line 39.
Solution:
Allow user to execute wget with :
chmod +x /bin/wget
Comments
0 comments
Article is closed for comments.