• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Anonymous

    This is what I need.
    Now (showing my stupidity), is there a way (other than by hand) to apply the patch?

    hope you’re not on a windows-box…
    on a unix-box: patch xmlrpc.php < xmlrpc.patch
    but as this patch was made for one of the nightlies be prepared to get some errors – they will be safed to a file ending in .rej

    Thread Starter Anonymous

    Thanks to OS X, this worked like a charm.
    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trying to use Ecto’ is closed to new replies.