cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.1 Readiness check readiness check fail

Magento 2.3.1 Readiness check readiness check fail

Hi there,

 

My Magento 2.3.1 CE have problem when install extension thru Web installer.

It shown Component have dependency but no detail provided. See image below:

https://pasteboard.co/IbylJjt.jpg

 

While,  I can install extension thru composer. 

I need to resolve the problem in order to install a new theme.

I'm new to Magento so unsure what I should provide.

 

The following is CLI output.

================

[magento_usr@store-magento m23]$ composer upgrade

Loading composer repositories with package information

Updating dependencies (including require-dev)

Package operations: 0 installs, 23 updates, 0 removals

  - Updating symfony/console (v4.1.11 => v4.1.12): Loading from cache

  - Updating symfony/event-dispatcher (v4.1.11 => v4.1.12): Loading from cache

  - Updating symfony/finder (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/options-resolver (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/process (v4.1.11 => v4.1.12): Loading from cache

  - Updating symfony/stopwatch (v4.2.6 => v4.2.7): Loading from cache

  - Updating jms/serializer (1.13.0 => 1.14.0): Downloading (100%)         

  - Updating symfony/yaml (v3.4.25 => v3.4.26): Loading from cache

  - Updating colinmollenhour/cache-backend-file (v1.4.4 => v1.4.5): Downloading (100%)         

  - Updating elasticsearch/elasticsearch (v6.1.0 => v6.5.0): Downloading (100%)   - Updating symfony/filesystem (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/config (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/dependency-injection (v4.2.6 => v4.2.7): Downloading (100%)  - Updating stripeofficial/module-creditcards (1.0.16 => 1.0.17): Downloading (100%)         

  - Updating symfony/http-foundation (v4.2.6 => v4.2.7): Downloading (100%)       - Updating symfony/dom-crawler (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/browser-kit (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/css-selector (v4.2.6 => v4.2.7): Loading from cache

  - Updating myclabs/php-enum (1.6.6 => 1.7.0): Downloading (100%)         

  - Updating symfony/inflector (v4.2.6 => v4.2.7): Loading from cache

  - Updating symfony/property-access (v4.2.6 => v4.2.7): Loading from cache

  - Updating stripe/stripe-php (v6.31.5 => v6.33.0)Smiley Very Happyownloading (100%)         )

  - Updating mageplaza/magento-2-chinese-taiwan-language-pack dev-master (4517389 => 238db4c):  Checking out 238db4c56e

Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.

Writing lock file

Generating autoload files

================

 

Thanks in advance.

 

Thank you.

 

 

 

Regards,

Hilary

3 REPLIES 3

Re: Magento 2.3.1 Readiness check readiness check fail

It was resolved by update php memory_limit same as php.ini.

I should check the forum first.

Thank you.

Re: Magento 2.3.1 Readiness check readiness check fail

Hi @kf_luk 

 

I think this issue is related to memory allocation and related to permissions of Magento directories. I recommend you to increase the memory limit in php.ini file or change the files permissions. 

 

Also, here we have a link could help you to fix this issue of component dependency.

 

Thanks

--
If my answer is useful, please Accept as Solution & give Kudos

Re: Magento 2.3.1 Readiness check readiness check fail

Hi, I've faced the same problem. Despite changing the memory_limit in htaccess and user.ini file, the problem still persist. Anyone facing the same issue?