-
Notifications
You must be signed in to change notification settings - Fork 29
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
PDF viewer and PHP8 #56
Labels
bug
Something isn't working
Comments
Thank you for reporting this. We did not switch to PHP 8 yet. This issue will be fixed in the next version. |
Thanks, I'll be on the look out for new releases. |
Thank you for your report. This issue has been closed. Please create a new one, if your problem persists.
|
I solved the problem, some PHP extensions were not enabled in my php.ini, sorry for the noise and thank you for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when using I, Librarian internal PDF viewer, I can't select text, and if I try to make annotations, the following error appears:
500 Internal Server Error
E_DEPRECATED: Function libxml_disable_entity_loader() is deprecated.
I have no idea of the internals of I, Librarian, but searching for the error, I found this:
Warning: This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged.
(https://www.php.net/manual/en/function.libxml-disable-entity-loader.php)
The text was updated successfully, but these errors were encountered: