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

Language Detection Bug introduced in Rest API #1002

Closed
Letgamer opened this issue Oct 28, 2024 · 3 comments
Closed

Language Detection Bug introduced in Rest API #1002

Letgamer opened this issue Oct 28, 2024 · 3 comments

Comments

@Letgamer
Copy link

There was a bug introduced with the change to move the language detection outside of the repository.
The htdocs/index.php was changed but not the rest/v1/include.php , therefore it tries to require_once the non existing /lib/detectbrowserlanguage.php

=> Language detection in the API is no longer working
=> The Rest API itself is broken as PHP throws a a fatal error and will stop execution

@Letgamer
Copy link
Author

Just noticed, that this is a duplicate, will close now

@coudot
Copy link
Member

coudot commented Oct 29, 2024

Indeed, see #996

We will release a fix version soon

@coudot
Copy link
Member

coudot commented Oct 29, 2024

1.7.1 was released today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants