Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#5732 closed defect (bug) (fixed)

XML-RPC Fails

Reported by: reinkim Owned by:
Priority: normal Milestone: 2.5
Component: XML-RPC Version: 2.5
Severity: normal Keywords:
Cc: Focuses:

Description

  • When I wrote post using windows live writer (via WordPress API), xmlrpc.php returns Internal Server Error(code 500).
  • xmlrpc.php calss printr() (xmlrpc.php:1309: logIO('O', 'Post cats: ' . printr($catnames,true));) function, which does not exists. (Once existed in wp-includes/functions-compat.php) So it gives HTTP 500 internal server error.
  • Environment: PHP 5.2.4 on Apache 2.2.6 with MySQL 5.0.45
  • WordPress version: revision 6685

Change History (2)

#1 @ryan
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [6686]) Use var_export instead of printr. fixes #5732

#2 @lloydbudd
19 years ago

  • Milestone 2.62.5
  • Version2.5
Note: See TracTickets for help on using tickets.