#5732 closed defect (bug) (fixed)
XML-RPC Fails
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | XML-RPC | Keywords: | |
Focuses: | 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 (2)
Note: See
TracTickets for help on using
tickets.
(In [6686]) Use var_export instead of printr. fixes #5732