#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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [6686]) Use var_export instead of printr. fixes #5732