WP 2.1 – XMLRPC doesn’t return entry content back into ecto
-
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?
- The topic ‘WP 2.1 – XMLRPC doesn’t return entry content back into ecto’ is closed to new replies.