thelia-modules / StripePayment

Thelia payment module for Stripe
GNU Lesser General Public License v3.0
0 stars 8 forks source link

Stripe library is missing #5

Closed qasim-rafique closed 8 years ago

qasim-rafique commented 8 years ago

Hi there, i have installed StripePayment mudule in thelia and also add stripe library folder in / core/ vendor and then trying to activate the module from admin panel but i am getting error "Stripe library is missing"

Please help me to fix this

etiennePerriere commented 8 years ago

Hi, Can you tell us how you installed the module ? Manually or with composer ? If you did it manually, please try to run composer dumpautoload to index the library

qasim-rafique commented 8 years ago

yeah i did it Manually. but in which folder i should be in cmd to run this command?

etiennePerriere commented 8 years ago

In your project folder

qasim-rafique commented 8 years ago

i did it, it gave me message generating auto-load file and now giving me same error

etiennePerriere commented 8 years ago

Hum ... what about removing the module folder and re-installing it with the composer command composer require thelia/stripe-payment-module:~1.0 ?

qasim-rafique commented 8 years ago

thanks bro its working with composer, but what's wrong with Manual?

etiennePerriere commented 8 years ago

Maybe the path of the library, depending on the Thelia you're using (thelia/thelia or thelia/thelia-project). Satisfied to have helped you :)