Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#2019 closed defect (bug) (fixed)

Image uploading from XML-RPC client

Reported by: nmeans's profile nmeans Owned by: ryan's profile 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)

#1 @ryan
19 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
19 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3267]) Relocate wp_upload_dir(). fixes #2019

#3 @(none)
18 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.