Make WordPress Core

Opened 5 years ago

Last modified 5 years ago

#47453 new defect (bug)

WP_Http_Parser warning on plugins page

Reported by: indeveler's profile indeveler Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.0.3
Component: Upgrade/Install Keywords: reporter-feedback
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 (1)

#1 @desrosj
5 years ago

  • Component changed from General to Upgrade/Install
  • Keywords reporter-feedback added; needs-unit-tests needs-patch removed

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?

Note: See TracTickets for help on using tickets.