PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 23, 2022

[FIXED] how to resolve errors in the module manager, Step 1: Readiness Check, occurs when enabling the extension?

 August 23, 2022     magento, magento2     No comments   

Issue

I am experiencing an error in the Magento 2.3.3 module manager when I want to enable the plugin (extension) error, the following picture:

enter image description here

I have tried to increase memory_limit and see other references but have not found the right answer

system operasi : windows 10 64bit

PHP Version 7.3.11


Solution

Yes! after googling I got the success both in windows and linux (Ubuntu). I need to run the cron, before try to install module in magento.

Open terminal and enter the following line in the terminal.

cd <magento_root_directory>

then execute the following 3 commands in terminal.

php bin/magento cron:run

php update/cron.php

php bin/magento setup:cron:run

Then try to install the module from magento 2.3 admin panel.



Answered By - putra irawan
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing