fontis / australia-mage2

Fontis Australia extension for Magento 2
Open Software License 3.0
11 stars 18 forks source link

Error Trying to stall using Composer Magento 2.1.7 #8

Open brendanbell opened 7 years ago

brendanbell commented 7 years ago

Hi Chris,

Have installed a clean copy of magento 2.1.7

Trying to install by composer, but its looking for the customergroup. I had a look and you have this, but reading the notes for that extension it says its not a magento 2 extension

image

thanks Brendan

chnorton commented 7 years ago

Would you be able to post a copy of your composer.json file? It seems that there's something going wrong when it's working out which versions to install, so it would help to see the specific versions that are being requested.

brendanbell commented 7 years ago

sure

composer.txt

chnorton commented 7 years ago

I wasn't able to reproduce this myself when I run composer require fontis/australia-mage2 using your composer.json file. To work around it, could you try manually adding this to your composer.json:

"fontis/australia-mage2": "^1.0"

Then run:

composer update fontis/australia-mage2 fontis/customergroupaccess-mage2

And see if that helps?

brendanbell commented 7 years ago

Cool, Running this produced the following:

fontis-error

Should I continue?

brendanbell commented 7 years ago

So I kicked on and the following error occured

fontis-error-2

chnorton commented 7 years ago

Right, so that would likely be because it's trying to get it from repo.magento.com and you haven't added the extension to your account on marketplace. You can either do that, add a Composer repository for the GitHub repository, or get it off our website and set it up that way.