Community store add on - stripe. how to install without access to composer.

Permalink
I dont have SSH access or ability to edit php.ini file on my webhost.
https://github.com/concrete5-community-store/community_store_stripe...

I see this community store available to use and has a Stripe Payments add on. But the add on says you have to install some stuff with composer before you install the store package add on. I am unable to do this.... Is there a way I can get the package dependencies in the vendor folder without installing composer?

Please Help!!

 
mesuva replied on at Permalink Reply
mesuva
It's on my todo list to upload some 'releases' for the payment gateways for community store, with the releases including all the included vendor stuff.

I'll try to find the opportunity in a few hours time.

With composer in general, you don't have to run this on a server, it is something you can install and run locally on a machine - then copy up the full package folder to a server.
(this is primarily for development though, so it's worth having quick download packages)
mesuva replied on at Permalink Reply
mesuva
glin425 replied on at Permalink Reply 1 Attachment
This did seem to help. Thank you! I did think that I could install with composer on my local machine. I tried a few different tutorials but no luck. I do not have alot of experience working with Composer. That's why I resorted to posting a forum post.

New problem though....

Getting an error. (You can see the screenshot in the attachment to my post)
I am trying to install these packages in Concrete5 8.0. IS the tore not yet compatible with 8.0 yet? maybe thats why?

Whats your thoughts.

Thanks again Mesuva
mesuva replied on at Permalink Reply
mesuva
Just found the problem, it was some unnecessary code.

I've pushed up a 1.0.1 release, this should work in 5.7 and v8 now.
https://github.com/concrete5-community-store/community_store_stripe/...

Community Store overall should be working with v8, but please keep in mind that v8 is still quite new.
glin425 replied on at Permalink Reply 1 Attachment
Hey Mesuva,

That worked great thank you.

I noticed you are active in the development on the community store via the github repo...

I am aware that version 8.0 is VERY new and it will take time to debug the community store and the add ons to work well with it. I appreciate the help and how quick your responses have been. Has really helped me.

Im not sure where to report bugs with the community store, please redirect me if this is not the place but....

I also encountered another error on version 8.0.

I attached a screenshot.

Let me know your thoughts on this =]

Thanks again for all the help, Its been great.
mesuva replied on at Permalink Reply
mesuva
From your screenshot it appears that you are running 8.0.0

8.0.2 is available and fixes lots of bugs, so I'd highly recommend using that.
8.0.1 fixed the particular issue you've hit here for example.

In terms of reporting bugs with community store, github is the best place for that.