-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Deprecated/Removed constant used #176
Comments
Thanks @famfo for your report. Can you indicate on what PHP version (and reverse proxy) you are? |
php version: |
Thank you; This is weird as it's working on my side, but you're right that the index file is lagging in terms of version, I'll look to update it asap |
I ran |
Probably fixed in #177 — could you try that everything works on your side with this branch? Thanks a lot! |
That seems to have fixed it, thanks ^^ |
Merged in master now :) I'll try to make a release before end of week |
After upgrading from
v4.x
tov5.x
, davis no longer started due to:HEADER_X_FORWARDED_ALL
seems to be deprecated and now removed, I had to replace it withHEADER_X_FORWARDED_FOR
in my installation.HEADER_X_FORWARDED_ALL
seems to includeHEADER_X_FORWARDED_FOR
,HEADER_X_FORWARDED_HOST
,HEADER_X_FORWARDED_PORT
andHEADER_X_FORWARDED_PROTO
.Here is my patch for this, I am not familiar with PHP and the other headers though, that's why I'm not opening a PR.
The text was updated successfully, but these errors were encountered: