UrlHum icon indicating copy to clipboard operation
UrlHum copied to clipboard

[Bug] PHP 8 not supported

Open Doncellup opened this issue 2 years ago • 5 comments

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

Doncellup avatar Jun 18 '22 10:06 Doncellup

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.)

BamBoozledMC avatar Jun 20 '22 01:06 BamBoozledMC

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

Doncellup avatar Jun 20 '22 11:06 Doncellup

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

Doncellup avatar Jun 20 '22 11:06 Doncellup

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)

BamBoozledMC avatar Jun 20 '22 11:06 BamBoozledMC

oh yeah, that might be it

Doncellup avatar Jun 20 '22 11:06 Doncellup