Recent activity
Recent activity (0)
Publish error "Cannot connect to domainname.com using curl_ini .."
Error The below error happens when publish your website. "Cannot connect to domainname.com using curl_init. Please make sure domainname.com is corrected with the server and outgoing TCP port 80 is opened. Please click here to resolve." Or Return page contents. 301 Moved Permanently The document has been permanently move Solution A. You can fix it by solution in this guide. [[URL]]/knowledge/rvsitebuilder-5-6-version-6/troubleshooting/cannot-connect-to-www-yourdomain-com- Or you can check if your domain name is redirected by solution B. B. Check your domain set redirect by: 1) Cpanel > Domains > Redirect. Check if your domain name is redirected to other. Just simply unredirect it. Or 2) Cpanel login go to File Manager: Go to cPnael -> File Manager -> public_html -> .htaccess: /home/{user-anme}/public_html/.htaccess Find : 'R=301' add commend # Change from: RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] to #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Save file and republishOr publish project return error. Network connection Error(502: error), please try again. If doing the solutions in the guide above doesn't help, please contact your host provider to run the following command in their server. cPanel: touch /var/cpanel/rvglobalsoft/rvsitebuilder/var/skip_validate_domain Directadmin: touch /usr/local/rvglobalsoft/rvsitebuilder/var/skip_validate_domain And republish project again. ================================
Restore project from website published
1. Make sure your RVSitebuilder is the latest version. https://rvsitebuilder.com/v6/changelog2. Create a folder in this path /home/{user}/.rvsitebuilder/projects/xxx (the folder name as anything you want)3. Download file /home/{user}/public_html/rvsDbBackup.sql on latest publish4. Upload the file above into /home/{user}/.rvsitebuilder/projects/xxx/rvsDbBackup.sql( or Copy this path /home/{user}/public_html/rvsDbBackup.sql to /home/{user}/.rvsitebuilder/projects/xxx/rvsDbBackup.sql)5. Back to RVSitebuilder Home Step, click at You have {} missing project to recovering. Recover Project6. Select the project and click "Restore"7. After finished restore. Remove file /home/{user}/.rvsitebuilder/projects/xxx/rvsDbBackup.sql

