Opened 7 years ago
Closed 5 months ago
#47453 closed defect (bug) (invalid)
WP_Http_Parser warning on plugins page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.0.3 |
| Component: | Upgrade/Install | Keywords: | reporter-feedback close |
| Focuses: | Cc: |
Description
Warning: call_user_func() expects parameter 1 to be a valid callback, class 'WP_Http_Parser' not found.
Happens when update_plugins transient is deleted.
Possible fix:
// On line 519 (before call_user_func call)
if (class_exists($class)) {
Change History (2)
#1
@
7 years ago
- Component changed from General to Upgrade/Install
- Keywords reporter-feedback added; needs-unit-tests needs-patch removed
#2
@
5 months ago
- Keywords close added
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Thank you for reporting this. It does seem like we don't have the further details we need to progress this. Until we do I am going to move this to close for now. That does not mean we can't always reopen.
Note: See
TracTickets for help on using
tickets.
Hi @indeveler,
Welcome to Trac, and thanks so much for creating this ticket!
I have been unable to find any reports similar to this one, and there is not enough information for someone else to try and reproduce the issue. Can you provide any more details? Any steps that someone can take to reproduce the issue would be very helpful. Please be as detailed as possible.
Also, can you confirm that you are able to reproduce this on a fresh install of WordPress?