• Using the Moveable Type Api set your external editor to use the xmlrpc address of :
    your_wp/xmlrpc.php
    blog id 1
    Should work for the metaweblog API as well (I have not checked the blog id number there)
    In order to get this to work in WP 1.2, you need to make one simple change to the xmlrpc.php file itself. On line 10 change the reference from wp-admin/functions-posting.php to wp-admin/functions-post.php
    If you look in your installed directory, you’ll notice that the first file does not exist.
    Happy Blogging!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using CVS? That code is present only in recent CVS HEAD, which is no longer 1.2. Feature work for the next major release is now going on in CVS HEAD. This is highly volatile code. Beware. That said, thanks for the heads up. Fix committed.

    Thread Starter atmasphere

    (@atmasphere)

    I am currently running the nightly from 5/25
    Glad it was a legit bug and looking forward to the fix being released…

    Thread Starter atmasphere

    (@atmasphere)

    The latest nightly for WordPress fixes the xmlrpc error I previously reported.

    I’ve found another issue with mt.getRecentPostTitles call. WP (nightly from 6/5) returns an empty array even though there are posts. Using metaWeblogs.getRecentPosts works just fine

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ecto and External editor fix’ is closed to new replies.