-
Notifications
You must be signed in to change notification settings - Fork 5
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
#72 didn't account for installed but not yet upgraded #73
Comments
Hi @aspark21, I've updated the code in commit 6946957 that should fix this issue, not yet merged. But I'm having issues replicating this. Here's what I've tried:
Following these steps, I'm not seeing the error. I'm definitely missing something... |
That's how I ran into in our test sites, where it only had a minor temporary impact. But in Staging it seems to have gone a bit more problematic than that (WR449037) - preventing the cli upgrade from running and the site being completely unusable from the web interface, Admittedly I only did this in sites with full data & 100s of other plugins, not vanilla but I'm not sure what would make it worse |
Ah, so one way to trigger it is to try to enable maintenance mode via CLI it seems. Unfortunately, that was still occurring with the draft fix.
|
I'll be looking into this soon, thanks for finding reproducible steps |
Hey @aspark21, I'm still not able to replicate this even with maintenance mode. Here's what I've tried (on commit fb793c4)
|
Hi both! I have experienced similar issues with the plugin on my local dev box working on Moodle 4.5 upgrade for one of our clients. This work involved installing, testing and modifying bunch of different plugins. Some of them got callbacks replaced by hooks same way it happened for tool_abconfig. I haven't had a chance to deep dive into this caching issues, but hope this information may help in your investigation. |
#72 didn't account for installed but not yet upgraded
Installed site: Moodle 4.4 & tool_abconfig latest (MOODLE_38_STABLE @ fb793c4 )
Deployed code: Moodle 4.5 & latest tool_abconfig
but following error is encountered if accessing site via web interface before upgrade is performed
The text was updated successfully, but these errors were encountered: