-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests failing in master #34
Comments
Switching to php:7.3 should work. From what I can see, the issue might be related to In general, I think we might be better of just removing the |
Next error: <b>Fatal error</b>: Uncaught Error: Class 'Pdsinterop\Rdf\Formats' not found in /app/web/index.php:76 Trying with latest flysystem-rdf now. |
Previous error fixed.
|
Ah. This seems to be a recent development: tymondesigns/jwt-auth#2059 |
tymondesigns/jwt-auth#2059 (comment)
|
That did the trick, thanks! |
Here's what I did to investigate the 500 error:
Hoping it will be fixed by using
FROM php:7.3-apache
in the Dockerfile.The text was updated successfully, but these errors were encountered: