Ticket #5732 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

XML-RPC Fails

Reported by: reinkim Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: XML-RPC Version: 2.5
Severity: normal Keywords:
Cc:

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

01/29/08 22:54:18 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

01/30/08 16:44:39 changed by lloydbudd

  • version set to 2.5.
  • milestone changed from 2.6 to 2.5.