Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Try' button disabled in plugin store for 3.1 #3642

Closed
bymayo opened this issue Jan 16, 2019 · 7 comments
Closed

'Try' button disabled in plugin store for 3.1 #3642

bymayo opened this issue Jan 16, 2019 · 7 comments
Assignees
Labels
bug severity:normal Bugs that affect typical usage

Comments

@bymayo
Copy link

bymayo commented Jan 16, 2019

Description

I updated to Craft 3.1 today and when going to the plugin store, I can't install anything (Or 'Try' it) unless I buy the plugin by adding to my cart.

At first I thought this was only happening on the 'Free - $0.00' plugins, but it does it across the whole store.

It seems the Try button has disabled="disabled" on it, so it can't be clicked.

Is there a config setting I'm missing thats new to 3.1 or something similar?

Additional info

  • Craft version: 3.1
  • PHP version: 7.1.22
  • Database driver & version: 5.7.23
  • Plugins & versions:
@clarknelson
Copy link

I believe the environment value in the .env file will effect how the plugin store behaves

@bymayo
Copy link
Author

bymayo commented Jan 16, 2019

@clarknelson In which way? It's currently set to dev

@brandonkelly
Copy link
Member

This was fixed via eb08ea5. We’re going to get a 3.1.1 release out soon with the fix.

brandonkelly added a commit that referenced this issue Jan 16, 2019
@ghost
Copy link

ghost commented Jan 17, 2019

After updating to 3.1.1 the "Try" button for paid plugins is still disabled for me.

image

Using a .local domain and devMode=true

Could manually remove the disabled="disabled" with developer tools and it works...

@clarknelson
Copy link

I am also experiencing this issue now :)

@brandonkelly
Copy link
Member

Yeah looks like it’s still broken for plugins with one edition. We’re working on a fix…

@brandonkelly
Copy link
Member

OK this is definitely fixed for the next release now :)

You can get the fix early by editing your composer.json file with

"require": {
    "craftcms/cms": "dev-develop#2f5f0b90b221540c9de585f21f62d286f00deead as 3.1.1",
    "...": "..."
}

Then run composer update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug severity:normal Bugs that affect typical usage
Projects
None yet
Development

No branches or pull requests

4 participants