cancel
Showing results for 
Search instead for 
Did you mean: 

Plumrocket Extension

SOLVED

Plumrocket Extension

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>]

 

Screen Shot 2018-03-14 at 14.01.24.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Plumrocket Extension

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

if issue solved,Click Kudos & Accept as Solution

View solution in original post

7 REPLIES 7

Re: Plumrocket Extension

Hi

Anyone got any ideas please??

Re: Plumrocket Extension

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 !!

if issue solved,Click Kudos & Accept as Solution

Re: Plumrocket Extension

Thanks for trying but did not work.

I disabled all modules for that extension but still shows the same error.

 

Re: Plumrocket Extension

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

if issue solved,Click Kudos & Accept as Solution

Re: Plumrocket Extension

Got it,

The auth.json file in VAR folder needed changing/updating with the plumrocket details.

 

Re: Plumrocket Extension

Great !! Happy to help and keep helping Smiley Happy

if issue solved,Click Kudos & Accept as Solution

Re: Plumrocket Extension

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