Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Actually, it appears that the blog in question was corrupted in a strange way during the upgrade to 2.3. Exporting to a WXR and re-importing to a fresh blog allowed us to add a new post via xmlrpc with the publish flag set to true.

    I’m seeing a similar problem; the post appears to be accessible using the post id, but it is not displayed on WordPress as a new post. If you select the category containing the post, it does not show up either.

    This behavior is expected if the post_status is set to “draft”.

    I’m not using ecto, but rather another client based on apache xmlrpc (java). I looked directly at the database to determine the state, but you could also use “manage posts” and filter on “Status …”.

    For our software, the boolean for “publish” is always explicitly set to “true” and has always worked, except since we upgraded to WordPress 2.3. I expect the xmlrpc.php code has changed in a subtle way, such that java is no longer passing the correct boolean value and the default is taken instead.

    You might check to make certain you have explicitly set publish to “true”, but in my case, it doesn’t matter.

Viewing 2 replies - 1 through 2 (of 2 total)