Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Error: Couldn't extract WordPress archive. #367

Open
cmackler opened this issue Oct 16, 2017 · 4 comments
Open

Error: Couldn't extract WordPress archive. #367

cmackler opened this issue Oct 16, 2017 · 4 comments

Comments

@cmackler
Copy link

terminal output:

==> default: Config value "default_standard" updated successfully; old value was "WordPress-Core"
==> default: The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2, Squiz, Zend, WordPress, WordPress-Core, WordPress-Docs, WordPress-Extra and WordPress-VIP
==> default: Installing WordPress (release version) in double/htdocs...
==> default: Downloading WordPress 4.8.2 (en_US)...
==> default: md5 hash verified: 2e8744a702a3d9527782d9135a4c9544
==> default: Error: Couldn't extract WordPress archive. unable to decompress gzipped phar archive "/tmp/wp_59e5118fe9a9e.tar.gz" to temporary file
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: fatal: Not a git repository (or any parent up to mount point /srv/www)
==> default: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
==> default: /srv/www/double
==> default: Installing WordPress (release version) in other/htdocs...
==> default: Downloading WordPress 4.8.2 (en_US)...
==> default: md5 hash verified: 2e8744a702a3d9527782d9135a4c9544
==> default: Error: Couldn't extract WordPress archive. unable to decompress gzipped phar archive "/tmp/wp_59e51198c1e34.tar.gz" to temporary file
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=path/to/wordpress or run wp core download.
==> default: fatal: Not a git repository (or any parent up to mount point /srv/www)
==> default: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

@cmackler
Copy link
Author

Happens whenever I create a new site. Just started happening. Could this be an issue with pulling new version of WP? Totally lost here.

@tedgeving
Copy link

tedgeving commented Oct 19, 2017

I have the same problem. As a temporary solution I downloaded the current version of WordPress and extracted it to the directory created by the install. After that I ran the default install script. It does not fix the problem, but it got my local environment up and running.

Problems seems to be with the compression format, this conversation describes the issue in detail:
wp-cli/wp-cli#4370

@rtpHarry
Copy link

I'm seeing this problem as well. It seems a solution has been found in the issue linked above but I'm not too familiar with the inner works of this to know what to do with the info:

wp-cli/wp-cli#4370 (comment)

@tomjn
Copy link
Contributor

tomjn commented Dec 11, 2017

vv doesn't fully support VVV 2, and a lot of its features are built into VVV, e.g.

  my-site:
    repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template
    hosts:
      - my-site.test

Will create a WordPress install at http://my-site.test in the www/my-site folder

You can add extra options for multisite, nightlys, etc https://github.com/Varying-Vagrant-Vagrants/custom-site-template/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants