• I had a problem with ecto after upgrading to WP 2.1 – ecto didn’t retrieve published entries back into ecto. So I found necessary patch at wordpress.com, and today I updated XMLRPC.php file, manually changing line No. 980 from
    ‘categoryId’ => $catid,
    to
    ‘categoryId’ => (string) $catid,

    and now I can retrieve headings and categories of the published entries back into ecto, but after refreshing ecto, all content of the refreshed items is gone! This is what I see now: NO TEXT IN THIS ENTRY!
    I can still see the content in my blog, but somehow ecte doesn’t retrieve it back from WP, and after refreshing last 20 entries, all of them have lost their content in ecto. Any guess what’s wrong?

Viewing 1 replies (of 1 total)
  • Warning to people who edited xmlrpc.php to make WP work with Ccto and Ultimate Tag Warrior.

    My edit occured on line 1011, not 980, due to extra lines being added.

Viewing 1 replies (of 1 total)
  • The topic ‘WP 2.1 – XMLRPC doesn’t return entry content back into ecto’ is closed to new replies.