#46812 closed defect (bug) (fixed)
Recovery mode: Plugin not removed from paused list when fatal error is fixed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | servehappy has-patch |
Focuses: | administration | Cc: |
Description
To reproduce please follow these steps:
1: Go to wp-admin > Plugins and enable a given plugin
2: Create a fatal error in that plugin
3: Go to wp-admin > Plugins again. You should now be in recovery mode
4: Fix the fatal error in the plugin
5: Now click on "Deactivate"
6: Now click on "Activate"
I would expect the plugin to activate normally because the fatal error has been fixed. However, the plugin is still in the paused list.
Attachments (1)
Change History (7)
#4
@
5 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 5.2
- Owner set to flixos90
- Status changed from new to assigned
This happens for themes too, and it's because the extensions are not removed from the paused storage when they're deactivated. 46812.diff fixes this.
Note: See
TracTickets for help on using
tickets.
I think this will be necessary. I'm not sure where the best place will be though