ecto stops working with wordpress 2.1
-
After upgrading to wordpress 2.1 ecto hangs when I try to refresh. There was a similar problem with wordpress.com: https://bb.infinite-sushi.com/viewtopic.php?t=2116 and https://wordpress.com/forums/topic.php?id=5922#post-46393
This is the problem:
The console log was helpful. The categoryID should be returned as a string, not an int. Please open a bug report with WordPress and ask them to fix the XMLRPC according to specs at https://www.movabletype.org/mt-static/docs/mtmanual_programmatic.html
Here is my Console Log:
Response:
<?xml version=”1.0″?>
<methodResponse>
<params>
<param>
<value>
<data>
<value><struct>
<member><name>categoryName</name><value><string>fundgrube</string></value></member>
<member><name>categoryId</name><value><int>5</int></value></member>
<member><name>isPrimary</name><value><boolean>1</boolean></value></member>
</struct></value>
</data>
</value>
</param>
</params>
</methodResponse>
- The topic ‘ecto stops working with wordpress 2.1’ is closed to new replies.