concretecms-community-store / community_store_stripe

Stripe payment add-on for Community Store for concrete5
MIT License
7 stars 2 forks source link

Critical Error on Install #13

Closed drumrby closed 6 years ago

drumrby commented 6 years ago

I tried installing the ZIP today and got this error:

Concrete\Package\CommunityStoreStripe\Controller::on_start(): Failed opening required 'www/packages/community_store_stripe/vendor/autoload.php' (include_path='www/updates/concrete5-8.3.2/concrete/vendor:.:/usr/share/php')

Hadn't seen this before and didn't seem like one that had been previously reported. Any help provided would be greatly appreciated.

Mesuva commented 6 years ago

That looks like the vendor libraries aren't in place - which is solved by running composer install. However, if you've downloaded a release zip you shouldn't be expected to do that.

It looks like the previous releases didn't include the libraries...

So try this one instead: https://github.com/concrete5-community-store/community_store_stripe/releases/tag/v1.0.7

drumrby commented 6 years ago

That worked. Thank you!