-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fatal error when you try to install
on PHP 8
#349
Labels
Comments
Well, this bug could be fixed removing $jsonLocales = osc_file_get_contents(osc_get_languages_json_url());` To: $jsonLocales = file_get_contents(osc_get_languages_json_url());` |
I have identified the issue, a fix is ready will upload it asap. The issue is that the function using a constant which is not has been defined. 'file_get_contents' can cause other error as some host disable 'allow_url_fopen'. |
navjottomer
added a commit
that referenced
this issue
Aug 12, 2021
Please test the latest release, I have successfully installed it on PHP 8.0 using docker. |
It works well! good job |
navjottomer
added a commit
that referenced
this issue
Aug 13, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
Trying to install Osclass 5.0.0 with PHP 8 I get a
Fatal error
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get installation page.
The text was updated successfully, but these errors were encountered: