Payum / PayumBundle

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
565 stars 143 forks source link

this happen after trying to install it #521

Closed PaYo90 closed 3 years ago

PaYo90 commented 3 years ago

image

Tetragramat commented 3 years ago

Please update your issue with version of payum bundle and symfony you're installing, replace printscreen with output of your command line and be more specific what is your issue.

tsdevelopment commented 3 years ago

I have the same problem with Symfony 5.2. The recipe is not more correct. You can change %kernel.root_dir% to %kernel.project_dir% in config/packages/payum.yaml.

pierredup commented 3 years ago

This should be fixed in https://github.com/symfony/recipes-contrib/pull/1085. Note that PR also changes the default storage location, to be more consistent with the newer versions of Symfony. This should fix the error for any new projects. For existing projects, you can just change the values in config/packages/payum.yaml as suggested by @tsdevelopment.

pierredup commented 3 years ago

@PaYo90 @tsdevelopment This should be fixed now with the latest Flex recipe.