Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Error Trying to stall using Composer Magento 2.1.7 #8

Open
brendanbell opened this issue Jul 29, 2017 · 6 comments
Open

Error Trying to stall using Composer Magento 2.1.7 #8

brendanbell opened this issue Jul 29, 2017 · 6 comments

Comments

@brendanbell
Copy link

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
Copy link
Member

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
Copy link
Author

sure

composer.txt

@chnorton
Copy link
Member

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
Copy link
Author

Cool,
Running this produced the following:

fontis-error

Should I continue?

@brendanbell
Copy link
Author

So I kicked on and the following error occured

fontis-error-2

@chnorton
Copy link
Member

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.

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

No branches or pull requests

2 participants