kinoli / groupie

Assign users to specific user groups upon registration. Especially useful for front-end signup forms.
Other
3 stars 0 forks source link

Installing on 3.1 #2

Closed bfjare closed 5 years ago

bfjare commented 5 years ago

When I try to install this plugin on Craft 3.1 it just shows up as missing in the control panel.

kinoli commented 5 years ago

Are you installing it via the craft plugin store?

On Fri, Jan 18, 2019 at 2:00 PM Ben Fjare notifications@github.com wrote:

When I try to install this plugin on Craft 3.1 it just shows up as missing in the control panel.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLqg47rLclEe8IsTkvAm5pgyF-nGrks5vEjXfgaJpZM4aIoWj .

bfjare commented 5 years ago

Correct... This is the error I am getting when running composer on the command line

  Problem 1
    - The requested package kinoli/groupie could not be found in any version, there may be a typo in the package name.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
kinoli commented 5 years ago

Ben,

Can you be more specific about the issue, perhaps provide a screenshot. I just installed it from the plugin store and it worked fine. It should show up in your Plugins page with a Settings link.

On Jan 21, 2019, at 3:37 PM, Ben Fjare notifications@github.com wrote:

Correct

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2#issuecomment-456216259, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLljWkRx7xhv1zBTnCjGqYzZUwwWSks5vFkEzgaJpZM4aIoWj.

bfjare commented 5 years ago

composer.json screen shot 2019-01-23 at 12 59 51 pm

composer update command screen shot 2019-01-23 at 1 00 15 pm

kinoli commented 5 years ago

Ben, have you tried installing the plugin via the Craft UI admin panel?

On Wed, Jan 23, 2019 at 1:02 PM Ben Fjare notifications@github.com wrote:

[image: screen shot 2019-01-23 at 12 59 51 pm] https://user-images.githubusercontent.com/11744681/51633518-12175400-1f0f-11e9-8c5d-74520bed7a5e.png [image: screen shot 2019-01-23 at 1 00 15 pm] https://user-images.githubusercontent.com/11744681/51633522-1479ae00-1f0f-11e9-9abb-6a1d8f91a98e.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kinoli/groupie/issues/2#issuecomment-456945768, or mute the thread https://github.com/notifications/unsubscribe-auth/AADwLuexMZSKPlr1YEQI9IEt_J3Rft0Zks5vGL_DgaJpZM4aIoWj .

angrybrad commented 5 years ago

@kinoli @bfjare it's because kinoli/groupie isn't registered on Packagist so Composer from the command line doesn't know anything about it, but the Craft Control Panel does.

See the "tip" box here: https://docs.craftcms.com/v3/extend/plugin-store.html#registering-your-plugin

kinoli commented 5 years ago

@bfjare I just registered groupie with Packagist, so you should be able to install either way now.

https://packagist.org/packages/kinoli/groupie

bfjare commented 5 years ago

Hey guys, makes sense. My local env has some strict memory limits out of the box so I usually run from the command line on all my installs. I really appreciate you taking the time to set this up with Packagist, very appreciated.