You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 therest/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
The text was updated successfully, but these errors were encountered: