cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Backend Module Not Loading

Magento Backend Module Not Loading

Hi. I'm upgrading Magento 2.3.7-p2 to 2.4.0.

 

When I run the command

 

composer require magento/product-community-edition 2.4.0 -W

 

I get the error below:

 

Problem 1
    - Root composer.json requires magento/product-community-edition 2.4.0 -> satisfiable by magento/product-community-edition[2.4.0].
    - magento/product-community-edition 2.4.0 requires magento/module-backend 102.0.0 -> found magento/module-backend[102.0.0] but these were not loaded, likely because it conflicts with another require.

 

Any suggestions?

 

 

1 REPLY 1

Re: Magento Backend Module Not Loading

Hi @rapidweb To upgrade your magento version to 2.4.0 . In composer.json file change the version of "magento/product-community-edition": "2.4.0" & run the composer update command.

php -d memory_limit=-1  vendor/composer/composer/bin/composer update