Hi,
I have installed a plum rocket extension (filtered navigation)-(plus AMP mobile pages)
They are both working and no problems but what it has done is stopped me using the Magento backend SETUP WIZARD
I now get this error when trying to use the Extension Manager, can any one tell me please what i need to do?
Command "show" failed: [Composer\Downloader\TransportException] The 'https://store.plumrocket.com/repo/packages.json' URL required authentication. You must be using the interactive console to authenticate show [--all] [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [-t|--tree] [-l|--latest] [-o|--outdated] [-m|--minor-only] [-D|--direct] [--strict] [-f|--format FORMAT] [--] [<package>] [<version>]
Solved! Go to Solution.
okay create one auth.json file in root directory of your magento2
put below code in auth.json file :
{ "http-basic": { "repo.magento.com": { "username": "<public-key>", "password": "<private-key>" } } }
Note : You might be aware of this still here is the link for how to get key - http://docs.magento.com/marketplace/user_guide/account/account-magento2-access-keys.html
Hi
Anyone got any ideas please??
Looking at the screenshot, seems like issue is related to PlumRocket Extension.
Might be they needed some authentication for update the extension.
So you can disable this specific Plum rocket extension for now and try again ,
that might works !!
Thanks for trying but did not work.
I disabled all modules for that extension but still shows the same error.
okay create one auth.json file in root directory of your magento2
put below code in auth.json file :
{ "http-basic": { "repo.magento.com": { "username": "<public-key>", "password": "<private-key>" } } }
Note : You might be aware of this still here is the link for how to get key - http://docs.magento.com/marketplace/user_guide/account/account-magento2-access-keys.html
Got it,
The auth.json file in VAR folder needed changing/updating with the plumrocket details.
Great !! Happy to help and keep helping
Hi
I am getting the same PlumRocket error in Magento 2 CE eg.
Command "show" failed: Reading composer.json of emizentech/featuredwidget (master) Reading composer.json of emizentech/categorywidget (1.0.0) Reading composer.json of emizentech/categorywidget (master) [Composer\Downloader\TransportException] The 'https://store.plumrocket.com/repo/packages.json' URL required authentication. You must be using the interactive console to authenticate show [--all] [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [-t|--tree] [-l|--latest] [-o|--outdated] [-m|--minor-only] [-D|--direct] [--strict] [-f|--format FORMAT] [--] [<package>] [<version>]
Can you tell me what PlumRocket details I need to include in the auth.json and what is the path for the auth.json? In the solution to the question, it says it should go in the root, but you mention the var folder.
Thanks for the help
Cheers
Rob