Opened 11 years ago
Closed 11 years ago
#33613 closed defect (bug) (invalid)
Warning in core
| Reported by: | ssteiner | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
( ! ) Warning: Creating default object from empty value in /Users/ssteiner/Desktop/studleys/wp-admin/includes/plugin-install.php on line 95
Call Stack
# Time Memory Function Location
1 0.0020 424280 {main}( ) ../update-core.php:0
2 2.2114 83216656 list_plugin_updates( ) ../update-core.php:565
3 2.2140 83384512 plugins_api( ) ../update-core.php:256
Change History (2)
#2
@
11 years ago
- Focuses administration removed
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
- Version 4.3
Based on the stacktrace, there is a plugin that's intercepting the update information in the update plugins list and sending back a non-standard value that's not supported by the plugins_api filter.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This looks like something caused by a plugin hooking into the 'plugins_api' filter.
Per the filter documentation, the result should be either boolean or object, and both cases are appropriately handled in lines 68—96.