Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension did not pass the Marketplace EQP installation test #2

Closed
hariom-kesharwani opened this issue Feb 2, 2018 · 1 comment
Closed

Comments

@hariom-kesharwani
Copy link

Hi Prince,
I was try to upload my plugin a market place but it didn't get approved.
What will you done to resolve the below issues (Please help me out) :
This extension did not pass the Marketplace EQP installation test. Extensions are required to install successfully when compiled and run in production mode. You can find instructions on commandline configuration, setting the Magento mode to "Production", and compiling your code in the developer guide available at: http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli.html Once the code supports compilation and execution in production mode, please reupload your package.

@mageprince
Copy link
Owner

Hi @hariom-kesharwani
You should post an issue only regarding for FAQ module. Please post this type of question on https://magento.stackexchange.com

Regarding Your Issue:

  1. Install your module in fresh Magento 2 setup with production mode.
  2. You can change mode by this command:
    php bin/magento deploy:mode:set production
  3. Now run compilation
    php bin/magento setup:di:compile

Compilation must be run successfully without any error to pass a module to the marketplace.
Also, this question may help you. https://magento.stackexchange.com/questions/187509/how-to-create-a-marketplace-ready-magento-2-extension

If you have any other issue please post issue on https://magento.stackexchange.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants