• hi guys, i just upgraded my blog (hukl.geekheim.de) from 1.22 to 1.5 (Strayhorn) – everything seems to work fine but i cant use any of the blogging tools like mars edit and ecto to either post or edit something.

    ecto gives me this output: Server error!

    Method “mt.setPostCategories” produced a server error: “Sorry, you can not edit this post.”.

    does the MoveableType api not work anymore – the console output looks like this:

    Request with URL:
    http://hukl.geekheim.de/xmlrpc.php
    and data:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <methodCall>
    <methodName>mt.setPostCategories</methodName>
    <params>
    <param>
    <value><string>43</string></value>
    </param>
    <param>
    <value><string>hukl</string></value>
    </param>
    <param>
    <value><string>******</string></value>
    </param>
    <param>
    <value><data>
    <value><struct>
    <member>
    <name>categoryId</name>
    <value><string>1</string></value>
    </member>
    </struct></value>
    </data></value>
    </param>
    </params>
    </methodCall>

    Response:
    <?xml version=”1.0″?>
    <methodResponse>
    <fault>
    <value>
    <struct>
    <member>
    <name>faultCode</name>
    <value><int>401</int></value>
    </member>
    <member>
    <name>faultString</name>
    <value><string>Sorry, you can not edit this post.</string></value>
    </member>
    </struct>
    </value>
    </fault>
    </methodResponse>

    is this a permission or config problem ? anyone with similar expieriences ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • find line 767 in your xmlrpc.php. Make sure there are two closing parens before the final semi-colon.

    Thread Starter hukl

    (@hukl)

    line 767 looks like this:

    $struct[‘htmlUrl’] = wp_specialchars(get_category_link($cat[‘cat_ID’]));

    Thread Starter hukl

    (@hukl)

    it doesnt work with the other APIs as well

    Thread Starter hukl

    (@hukl)

    okay problem solved by myself – though i don’t know what the problem excactly was – i just copied everything on my server again and ran wp-admin/upgrade.php again and now it works

    Okay. The version of that file that I d/l’d and installed last night had only one closing parens. But you’re up and working again, so that’s good.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘problem editing and posting with mars edit / ecto (wp1.5)’ is closed to new replies.