greatgoron
Member
Posted 5 years ago #
Hi! I just upgraded my <a href="http://mis3quarks.net">blog</a> to WP 2.1. I like to write my posts using ecto, but there has been a problem: ecto can't retrieve the posts from my blog. It works fine with another blog using WP 2.0.
At the ecto support forums I found <a href="http://bb.infinite-sushi.com/viewtopic.php?t=2116&highlight=wordpress">this thread</a> about the same problem with ecto and wordpress.com accounts.
ecto developer suggests to fix the XMLRPC according to specs at http://www.movabletype.org/mt-static/docs/mtmanual_programmatic.html
Does someone has an answer for this or should I send this as a bug to the WP team?
I had a problem with Ecto and WP 2.1 also but it went away when I changed the API from MovableType to MetaWeblog in Ecto's account manager.
bafonso
Member
Posted 5 years ago #
That's not the solution. The solution is actually get wordpress to implement the spec. That's why they exist!... Funny thing is that it was working in 2.0.x, but not now in 2.1
greatgoron
Member
Posted 5 years ago #
What's the difference between MovableType's and Metablog's API?
What can happen if I change the API?
I really need to get this fixed.
tommygunmike
Member
Posted 5 years ago #
greatgoron
Member
Posted 5 years ago #
Thanks! Hope they can fix it soon.
greatgoron
Member
Posted 5 years ago #
Hey, I found a solution here:
Find the line 980 in the xmlrpc.php file and change:
'categoryId' => $catid,
to:
'categoryId' => (string) $catid,
It worked for me so far.
greatgoron, Thanks for the fix. It works fine now.