Babinsky / community_store_square

Square payment option for Community Store for concrete5
MIT License
0 stars 9 forks source link

Error on Package Install #2

Closed ngaffer closed 7 years ago

ngaffer commented 7 years ago

I dropped the community_store_square package into the "packages" directory under "community_store_square" using C5 version 8.1.0 on my local machine and I am getting this error on install:

Concrete\Package\CommunityStoreSquare\Controller::on_start(): Failed opening required 'vendor/autoload.php' (include_path='/Applications/MAMP/htdocs/theme-name/concrete/vendor:.:/Applications/MAMP/bin/php/php7.1.0/lib/php')

Is this a composer error? Do you have a suggestion that I can try to resolve the issue?

ngaffer commented 7 years ago
  1. Make sure you've downloaded Composer, following the instructions here.
  2. In the terminal change directory to packages/community_store_square
  3. Run the following command: php composer.phar install