-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editpost return error "invalid postid" #26
Comments
Do you have any more detail? |
The error detail info same as "#21" |
I think I found the problem. The JoeBlogs.XmlRpcInterfaces.IWordPressXmlRpc 86 Line code: The wordpress wp.editPost api : The JoeBlogs.WordPressWrapper Editpost function code: So:parameters error. don't have blog_id and post_id position error。 |
Yeah,I got it! Modify The JoeBlogs.XmlRpcInterfaces.IWordPressXmlRpc 86 Line code:"[XmlRpcMethod("wp.editPost")]" to [XmlRpcMethod("metaWeblog.editPost")]. |
Are you able to commit this into the git repository as a a pull request? On 27 May 2013 08:17, veryrobin [email protected] wrote:
|
I try it........ |
Actually, looks like metaWeblog.editPost was never implemented. |
Editpost return error "invalid postid"!!! @WordPress 3.5.1
The text was updated successfully, but these errors were encountered: