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

Use of undefined constant REQUEST_URI #2

Open
hellkaim opened this issue May 13, 2019 · 0 comments
Open

Use of undefined constant REQUEST_URI #2

hellkaim opened this issue May 13, 2019 · 0 comments

Comments

@hellkaim
Copy link

Dear Christopher.
There is an issue with PHP 7.0+ and the code in update.php

The one here is "REQUEST_URI". In PHP 7.0+ the constant has to be defined (as I understood) before it can be used, while with PHP 5.0+ it's not that mandatory.

Please change all occurrences of REQUEST_URI to 'REQUEST_URI' to solve the issue.

Thanks!

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

1 participant