#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Site Health | Version: | 5.1 |
| Severity: | normal | Keywords: | servehappy has-patch |
| Cc: | Focuses: |
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
@
8 years ago
- Keywords has-patch added; needs-patch removed
- Milestone Awaiting Review → 5.1
- Owner set to
- Status new → assigned
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 44706: