Ecto Image Upload: Still No Fix?
-
I’m unable to upload images using ecto 2.4.2 with either WP 2.0.x or 2.1. I get the following error message:
Could not parse response for file upload. Please check the console log for more information.
And here’s the content of my console log:
Request with URL:
https://fivethousand.net/blog/xml-rpc.php
and data:
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>metaWeblog.newMediaObject</methodName>
<params>
<param>
<value><string>1</string></value>
</param>
<param>
<value><string>******</string></value>
</param>
<param>
<value><string>******</string></value>
</param>
<param>
<value><struct>
<member>
<name>bits</name>
<value>REMOVED</value>
</member>
<member>
<name>name</name>
<value><string>wp-content/uploads/2007/01/designer.jpg</string></value>
</member>
<member>
<name>type</name>
<value><string>image/jpeg</string></value>
</member>
</struct></value>
</param>
</params>
</methodCall>
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/xml-rpc.php could not be found on this server.<P>
</BODY></HTML>Some Googling looks makes it looks like this is an outstanding WP issue, not an ecto issue, but I can’t figure out if it’s ever been resolved or if there’s a fix for it. Does anybody have any input?
- The topic ‘Ecto Image Upload: Still No Fix?’ is closed to new replies.