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

[Bug] PHP 8 not supported #129

Open
Doncellup opened this issue Jun 18, 2022 · 5 comments
Open

[Bug] PHP 8 not supported #129

Doncellup opened this issue Jun 18, 2022 · 5 comments

Comments

@Doncellup
Copy link

Doncellup commented Jun 18, 2022

Hello,
I love your project but when I want to install it (with composer install), I am told that PHP 7.1.3 is mandatory but I have version 8.0.20... Would it be possible to update your project to the latest version of PHP ?
image
Thank you in advance,
Doncellup

@BamBoozledMC
Copy link

BamBoozledMC commented Jun 20, 2022

I've found if you use --ignore-platform-reqs it will install with no issues for me.
composer install --ignore-platform-reqs

However I've since encountered issues with my Apache VHosts config and i'm unsure how to get it working properly as sometimes ill get a "500" internal server error or going to something like "example.com/login" is not found.
(In a nutshell i'm unsure what to put in my Apache vhost config for my installation. I have the document root pointing to the /public folder.)

@Doncellup
Copy link
Author

I can't help you with your Apache vhost because I'm using nginx ^^

@Doncellup
Copy link
Author

thank you for your solution, I will try later then I will come back to tell you if it works

@BamBoozledMC
Copy link

I can't help you with your Apache vhost because I'm using nginx ^^

Yea, i figured it out anyways, i had to add in AllowOverride All or something like that to my directory so it would read the .htaccess file (i figured out it wasnt)

@Doncellup
Copy link
Author

oh yeah, that might be it

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

2 participants