Closed dbuonomo closed 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
Just noticed that after posting. Thanks.
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 .
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.