concretecms-community-store / community_store_stripe

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

Error on install: on_start event #3

Closed dbuonomo closed 7 years ago

dbuonomo commented 7 years ago

Attempting to install community_store_stripe on concrete5 v8, the following error occured:

Concrete\Package\CommunityStoreStripe\Controller::on_start(): Failed opening required 'vendor/autoload.php' (include_path='/var/www/c5.8/concrete/vendor:.:/usr/share/php:/usr/share/pear')

The repository was cloned in the packages folder as follows:

git clone git@github.com:concrete5-community-store/community_store_stripe.git

Write privileges are enabled for the apache process on the community_store_stripe directory.

Remo commented 7 years ago

Check the README https://github.com/concrete5-community-store/community_store_stripe

This add-on uses Composer to install third-party librares. Run composer at the root of the add-on folder before installing:

   composer install
dbuonomo commented 7 years ago

Just noticed that after posting. Thanks.

Mesuva commented 7 years ago

There is also a release zip available, which includes the vendor libraries, ready to run. 1.0.1 was added today.

On 22 Dec. 2016 11:33 pm, "David Buonomo" notifications@github.com wrote:

Just noticed that after posting. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/concrete5-community-store/community_store_stripe/issues/3#issuecomment-268795255, or mute the thread https://github.com/notifications/unsubscribe-auth/ABB5MD4oxxOvp2gsLDv57quz3Dxc9edZks5rKnT9gaJpZM4LT9Uq .