I'm trying to post to MU using Ecto via the xmlrpc interface. The posts themselves go through fine, except that a 'post_author' value doesn't get written to the posts table in the DB.
So, although the posts show up in the blog, they don't have an author assigned to them.
Can anyone suggest a solution to this?
Thanks in advance.
B
wurk.net
**UPDATE** This isn't just a problem with Ecto, as I've just tried a couple more blog posting apps, and the same thing happens. ie, no author is assigned to new posts. So, it looks like there's an issue with xmlrpc.php
.