Downloading WordPress - failed

Downloading WordPress [Fail]
Oops Something went wrong !!
Calling cleanup actions …
‘ee_mysql_grant_host’

Hi, I’m seeing this issue on our servers. Further investigation points to a corrupt 4.8.2 archive. It’s actually WP-CLI that’s reporting this error.

I’m working around this issue by creating a mysql site with EE, then using:

wp core download --version=4.2.1

Then installing manually using the web interface and the database details from:

ee site info site_name

More information here: https://github.com/wp-cli/wp-cli/issues/4370

I suspect this will be fixed by the WP devs in the coming days.

Hope that helps,

Tom.

Hey @rahuldsarker, EasyEngine has published a blog post with 2 workarounds

Thank you Siddharth

After several attempts, I researched a lot and managed to take a step to solve my problem, ubunto server 14.04 / EasyEngine v3.7.4 root@ubuntu:~# sudo su root@ubuntu:~# wp cli update --allow-root root@ubuntu:~# ee update root@ubuntu:~# ee stack purge root@ubuntu:~# ee stack install

I’m working with the following system versions, the above solution worked for me. ***Ubuntu Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty

***EasyEngine EasyEngine v3.7.4 Copyright © 2016 rtCamp Solutions Pvt. Ltd.

1 Like

Perfect! Thanks mr. FlavioIgino

1 Like