Hi All-
I am having a problem uploading images via ecto and so far have not had any luck on the ecto or Wordpress forums. Hopefully someone here might be able to provide some advice.
I can upload images just fine using the default, browser-based Wordpress editor. My images are set to upload to the default directory (wp-content/uploads). However, whenever I try to upload an image (alone or within a post) using ecto, I get the following error:
Parsing Failure!
Could not parse response for file upload. Please check the console log for more information.
When I check the console log, I obtain the following in the "Response" area:
Response:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>406 Not Acceptable</TITLE>
</HEAD><BODY>
<H1>Not Acceptable</H1>
An appropriate representation of the requested resource /blog/xmlrpc.php could not be found on this server.<P>
</BODY></HTML>
Can anyone recommend what I might be able to do to get this to work? By the way, this is in reference to biotechbuzz.com, but it is also a problem on another blog that I run.
Thanks in advance for any advice that you can provide!