Trying to use Ecto
-
Hi,
I used to be able to use Ecto to post to my WP. The update to xmlrpc.php improved it so that I can at least view posts (I am using the Blogger api). When I try to edit or add, I get:
Query:
{
appkey = CBA1A614CEFC5337A795A465752597A7BEEB0287;
blogid = 1;
content = “<title>Wordpress Fixed!</title>I have been having trouble for about a week with Ëcto(a tool that allows me to edit entries in a text editor rather than in the web browser). It turns out the issue was with the xmlrpc code in WordPress that was fixed in last night’s build.”;
password = ******;
publish = 1;
username = admin;
}
Response:
{
“/FaultCode” = 802;
“/FaultString” = “For some strange yet very annoying reason, your entry couldn’t be posted.”;
“/kWSHTTPResponseMessage” = <NSCFType: 0x4a5c0e0>;
“/kWSResultIsFault” = 1;
}
Any ideas?
- The topic ‘Trying to use Ecto’ is closed to new replies.