This behavior began two days ago. This is a WP issue, not an ecto problem - I would really appreciate some troubleshooting guidance.
When I submit a new post the ecto error is:
[i]Could not parse response for "metaWeblog.editPost". Please check the console log for more information.[/i]
The post is actually stored in mySQL, and displays correctly. [If posted directly from WP/Write, the post works, no errors, but the WP page doesn't redisplay normally after "Publish"].
The ecto index shows the post as draft/unposted. The console log shows a null response as follows [end of log]:
[code]</string></value>
</member>
<member>
<name>mt_keywords</name>
<value><string></string></value>
</member>
<member>
<name>dateCreated</name>
<value><dateTime.iso8601>20060514T16:10:13Z</dateTime.iso8601></value>
</member>
<member>
<name>mt_convert_breaks</name>
<value><string></string></value>
</member>
<member>
<name>mt_excerpt</name>
<value><string></string></value>
</member>
<member>
<name>mt_allow_comments</name>
<value><i4>1</i4></value>
</member>
</struct></value>
</param>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodCall>
Response:
[/code]
So if I post an edit to the same post, ecto sends a new post.
When I attempt to delete the duplicate post via WP/Manage Posts nothing happens [i.e., the page doesn't redisplay], and no error is displayed.
I can delete the post directly in sql using MySQL Query Browser.
My hosting provider LuxSCI investigated for me - all is well with the SQL instance. It appears to be a WordPress problem - I've posted a WP support query just on the delete-fails issue here: http://wordpress.org/support/topic/72361?replies=1.
And troubleshooting tips would be much appreciated.