Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#29177 closed defect (bug) (fixed)

Undefined index: path - line line 5722 of class-wp-xmlrpc-server.php.

Reported by: simonp303 Owned by: SergeyBiryukov
Priority: normal Milestone: 4.0
Component: XML-RPC Version: 1.5
Severity: normal Keywords: good-first-bug has-patch
Cc: Focuses:

Description

I get this error a lot:

Undefined index: path - line line 5722 of class-wp-xmlrpc-server.php.

Line 5727 has an isset query - not sure why line 5722 does not as well - it needs one.

Cheers :)

Attachments (1)

29177.diff (671 bytes ) - added by jesin 12 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
12 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone Awaiting Review4.0

Related: [22560]

Version 0, edited 12 years ago by SergeyBiryukov (next)

#2 @SergeyBiryukov
12 years ago

  • Version 3.9.11.5

@jesin
12 years ago

#3 @jesin
12 years ago

  • Keywords has-patch added; needs-patch removed

#4 @simonp303
12 years ago

Wow that was quick :) you guys are good

#5 @SergeyBiryukov
12 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 29464:

XML-RPC: Avoid a PHP notice in pingback_ping() method.

props jesin, simonp303.
fixes #29177.

Note: See TracTickets for help on using tickets.