#46068 closed defect (bug) (invalid)
Fatal error in a mu-plugin causes WSoD protection handler to trigger a warning
Reported by: | johnbillion | Owned by: | flixos90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.1 |
Component: | Site Health | Keywords: | servehappy has-patch |
Focuses: | Cc: |
Description
Given a mu-plugin that triggers a fatal error immediately upon execution, the WSoD protection handler additionally triggers a warning of its own:
Warning: Invalid argument supplied for foreach() in wp-includes/error-protection.php on line 71
The $wp_theme_directories
has not been populated at this early point, and therefore triggers this error.
Attachments (1)
Change History (10)
#1
@
16 months ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 5.1
- Owner set to flixos90
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
In 44706: