Missing Plugins Should be disabled automatically
Bug #824445 reported by
Andrew Nicols
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mahara |
Fix Released
|
Wishlist
|
Andrew Nicols |
Bug Description
If a plugin has been installed, but then goes away (e.g. it is moved or the user wants to uninstall it by removing the plugin directory), this can cause various frustrations and site issues (unrecoverable error) which prevent all users from using any plugin.
We should attempt to handle at least the base issue - a plugin going away should not break use of every other plugin.
I've written a patch which wraps safe_require. This disables the plugin and alerts administrators of the issue.
Changed in mahara: | |
status: | New → In Progress |
importance: | Undecided → Wishlist |
assignee: | nobody → Andrew Nicols (dobedobedoh) |
Changed in mahara: | |
milestone: | none → 1.5.0 |
Changed in mahara: | |
status: | In Progress → Fix Committed |
tags: | added: newfeature |
To post a comment you must log in.
Fix committed in Change 578 - awaiting review