-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fatal error: Declaration of Symfony\Bridge\Monolog\Logger::getLogs() must be compatible with .... #839
Comments
Seems like the issue is in auth_saml2 installed to the same instance and the recent upgrade of its dependencies catalyst/moodle-auth_saml2#774
|
Hey I've just run into this issue, looking at it now. I've seen the auth saml stuff bouncing around some chats will get it figured out soon. |
I have investigated some parts here : I have updated php to 7.4 in dataflows. It fixed the conflict but raised other issues : |
If I replace AbstractHandler by AbstractProcessingHandler, all the test are green again. But we need to make sure that it's actually working nicely. |
…olog-php Fix fatal error issue #839
Running PHPunit in Moodle 4.1.6 causing:
The text was updated successfully, but these errors were encountered: