Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Php solution doesn't work #182

Open
benjaminbusselet opened this issue Dec 5, 2021 · 2 comments
Open

Php solution doesn't work #182

benjaminbusselet opened this issue Dec 5, 2021 · 2 comments

Comments

@benjaminbusselet
Copy link

When I do your step-by-step tutorial to set up a subscription with PHP as a server. I only have error messages that appear. I used the method with the CLI, it doesn't work. Same thing by doing it manually. I put a screenshot so that you can see the error messages.

Can you help me because my project needs this solution?

Regards,
Capture d’écran 2021-12-05 à 12 04 29

@hideokamoto-stripe
Copy link
Contributor

Could you tell me your environment information?

PHP version:
Web Server type: Apache / Nginx / other

Thanks!

@bensontrent
Copy link

I created pull request #653 to fix this issue. The sample was written with slim v3 and phpdotenv v3, but the auto updater bot upgraded the project to their latest versions in the repo, which introduced breaking changes. You can change 2 lines in your composer.json file

composer.json

"slim/slim": ">=3.12 <4.0",
"vlucas/phpdotenv": ">=3.4 <4.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants