cancel
Showing results for 
Search instead for 
Did you mean: 

marketplace submission magento 2 extension

marketplace submission magento 2 extension

Manual QA Results

 

Tested on: 

  • Magento 2.1.15 Community Edition (PHP 5.6.38)
  • Magento 2.2.6 Open Source (PHP 7.1.22)

REASONS FOR FAILURE:

  • Navigating to XYZXYZ -> DASHBOARD runs the website into a 404 error. 

 

In composer.json

 

"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0"
},

 

I dont know what kind issue is this because i ran this extension on my localhost as well as on my server. it works perfect there.

 

 

4 REPLIES 4

Re: marketplace submission magento 2 extension

Hello @dhaval_sanura

 

Have you defined in composer.json as follows:

 

"require": {
"php": "~5.6.0||~7.0.2||~7.0.4||~~7.0.6|~7.1.0"
},

Manish Mittal
https://www.manishmittal.com/

Re: marketplace submission magento 2 extension

yes i have defined same as mentioned in the question.

Re: marketplace submission magento 2 extension

Share your composer.json, Magento version Compatibility and then I will check.

Manish Mittal
https://www.manishmittal.com/

Re: marketplace submission magento 2 extension

Hello @dhaval_sanura,

 

Please figure out this error in extension then try it

 

Navigating to XYZXYZ -> DASHBOARD runs the website into a 404 error. 

 

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