Skip to content

Magento2.4.3: Error while instaling Sample Data?

I’m getting error after deploying sample data when i run setup:upgrade command i get this error, any idea? Unable to apply data patch MagentoGroupedProductSampleDataSetupPatchDataInstallGroupedProductSampleData for module Magento_GroupedProductSampleData. Original exception message: Rolled back transaction has not been completed correctly

Magento 2 – I’m upgrading magento 2.1 to 2.3.5 but compile command returning error

I’m trying to upgrade magento 2 version to the latest version by following commands php bin/magento maintenance:enable composer require magento/product-community-edition 2.3.5 –no-update composer update rm -rf var/cache/* rm -rf var/page_cache/* rm -rf var/generation/* php bin/magento setup:upgrade Above commands executed successfully.… Read More »Magento 2 – I’m upgrading magento 2.1 to 2.3.5 but compile command returning error

Composer install .zip could not be downloaded

When I run composer install I get the error message: [ComposerDownloaderTransportException] The “https://repo.magento.com/archives/magento/module-invitation/magento-module-invitation-100.3.5.0.zip” file could not be downloaded (HTTP/1.1 404 Not Found) But I have auth.json in the magento/ directory like https://github.com/magento/magento-cloud says. { “http-basic”: { “repo.magento.com”: { “username”: “xxx”,… Read More »Composer install .zip could not be downloaded