Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29177 closed defect (bug) (fixed)

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

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

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 10 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
10 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone changed from Awaiting Review to 4.0

Related: [22560]. Introduced in [1670].

Last edited 10 years ago by SergeyBiryukov (previous) (diff)

#2 @SergeyBiryukov
10 years ago

  • Version changed from 3.9.1 to 1.5

@jesin
10 years ago

#3 @jesin
10 years ago

  • Keywords has-patch added; needs-patch removed

#4 @simonp303
10 years ago

Wow that was quick :) you guys are good

#5 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

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.