#2019 closed defect (bug) (fixed)
Image uploading from XML-RPC client
Reported by: | nmeans | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 2.0 |
Component: | XML-RPC | Keywords: | |
Focuses: | Cc: |
Description
Upload image from any XML-RPC client (tested Ecto and Mars Edit).
Error: "Fatal error: Call to undefined function: wp_upload_dir() in /path/to/public_html/wp-includes/functions-post.php on line 786".
wp_upload_dir() is being called inside wp_upload_bits(). wp_upload_dir() is defined only in "/wp-admin/admin-functions.php" on line 1592, out of scope for wp_upload_bits().
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3267]) Relocate wp_upload_dir(). fixes #2019