Create site error "Error encountered while running 'tar' command. gzip"
Updated at 2025-10-30 09:03:13
Posted in
(Primary)Install & Create Site Troubleshooting,
The following error happens when creating website in RVsitebuilder 7.
Error
`````
Error encountered while running 'tar' command. gzip: stdin has more than one entry--rest ignored /bin/tar: Child returned status 2 /bin/tar: Error is not recoverable: exiting now
`````
Reason
RVsitebuilder 7 plugin on this server is an outdated version (might be 7.0 that doesn't provide auto-update on RVsitebuilder plugin).
Solution
Contact your host provider to run update RVsitebuilder 7 on this server with the following command.
cd /usr/src; rm -fv rvsitebuilder7install.sh; wget http://download.rvglobalsoft.com/rvsitebuilder7install.sh; chmod +x rvsitebuilder7install.sh; ./rvsitebuilder7install.sh
After that, try access to control panel to create website in RVSitebuilder 7. It should be working fine.
Posts in Category
-
Create site error "Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv', .......
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set max_execution_time more than 90"
Admin Updated on 2025-10-30 09:03:23
-
Create site error "Error: Please set memory_limit more than 64M."
Admin Updated on 2025-10-30 09:03:22
-
Edit website returns Admin Login instead of content editor
Admin Updated on 2025-10-30 09:03:17
-
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Admin Updated on 2025-10-30 09:03:17
Admin