1
[UnexpectedValueException]
 The checksum verification of the file failed (downloaded from https://repo.
 magento.com/archives/magento/google-shopping-ads/magento-google-shopping-ad
 s-3.0.1.0.zip)

Everything was running smooth untill I got this error and cannot install composer

Autoload error
Vendor autoload is not found. Please run 'composer install' under application root directory.
asked Mar 20, 2020 at 14:00
2
  • did you run the composer install in the magento 2 root directory? Commented Mar 20, 2020 at 14:04
  • yes in root directory Commented Mar 21, 2020 at 13:08

1 Answer 1

6

The original issue is this

https://github.com/magento/magento2/issues/25028

 - Installing magento/google-shopping-ads (3.0.1): Downloading (100%) 
 [UnexpectedValueException] 
 The checksum verification of the file failed (downloaded from https://repo. 
 magento.com/archives/magento/google-shopping-ads/magento-google-shopping-ad 
 s-3.0.1.0.zip) 

Solution

sed -i 's/5f5929ef9f2ec4ca048a2add261d22c92807630f/ce31e720d60451784b9fdb3769e43e149f50d436/g' composer.lock

Then run composer install

However your second issue I'm unsure. Looks like composer is broken.

Have you tried composer dump-autoload in web root

answered Mar 20, 2020 at 15:37
1
  • Thanks bro you saved me Commented Mar 21, 2020 at 13:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.