We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running php admin/tool/phpunit/cli/init.php I get the above error. The stack trace leads back to a oublog settings "hack" -
moodle-mod_oublog/settings.php
Line 17 in e4c2960
This seems to be failing because of a recent update to Moodle: moodle/moodle@ea01fb2
Commenting out the oublog "hack" enabled installation to continue.
Moodle 4.1, PHP 8.0, MOODLE_311_STABLE branch of this plugin
Stack trace: Default exception handler: Exception - Call to undefined method cache_disabled::check_lock_state() Debug: Error code: generalexceptionmessage
!!! Exception - Call to undefined method cache_disabled::check_lock_state() !!! !! Error code: generalexceptionmessage !! !! Stack trace: * line 670 of /lib/modinfolib.php: Error thrown
The text was updated successfully, but these errors were encountered:
This is due to a core bug https://tracker.moodle.org/browse/MDL-76745
Sorry, something went wrong.
No branches or pull requests
When running php admin/tool/phpunit/cli/init.php
I get the above error. The stack trace leads back to a oublog settings "hack" -
moodle-mod_oublog/settings.php
Line 17 in e4c2960
This seems to be failing because of a recent update to Moodle: moodle/moodle@ea01fb2
Commenting out the oublog "hack" enabled installation to continue.
Moodle 4.1, PHP 8.0, MOODLE_311_STABLE branch of this plugin
Stack trace:
Default exception handler: Exception - Call to undefined method cache_disabled::check_lock_state() Debug:
Error code: generalexceptionmessage
!!! Exception - Call to undefined method cache_disabled::check_lock_state() !!!
!!
Error code: generalexceptionmessage !!
!! Stack trace: * line 670 of /lib/modinfolib.php: Error thrown
!!
The text was updated successfully, but these errors were encountered: