#46812 closed defect (bug) (fixed)
Recovery mode: Plugin not removed from paused list when fatal error is fixed
| Reported by: | henry.wright | Owned by: | flixos90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 |
| Component: | Site Health | Version: | 5.2 |
| Severity: | normal | Keywords: | servehappy has-patch |
| Cc: | Focuses: | administration |
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
@
7 years ago
- Keywords has-patch added; needs-patch removed
- Milestone Awaiting Review → 5.2
- Owner set to
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I think this will be necessary. I'm not sure where the best place will be though