I am using Textmate to try to connect with my blog, which is self-hosted on WP2.7.1 For some reason, I keep on getting an error message.
What do I need to do to correct the situation?
I have uploaded a screen capture of the problem.
Thanks in advance.
Paul Denlinger http://www.nabble.com/file/p22271001/bloggingBundleError.png bloggingBundleError.png
Have you enabled the XML-RPC API? Check your WordPress admin section under Settings/Writing to make sure that XML-RPC is enabled.
pdenlinger wrote:
I am using Textmate to try to connect with my blog, which is self-hosted on WP2.7.1 For some reason, I keep on getting an error message.
What do I need to do to correct the situation?
I have uploaded a screen capture of the problem.
Thanks in advance.
Paul Denlinger http://www.nabble.com/file/p22271001/bloggingBundleError.png bloggingBundleError.png
Hi--
I have changed the directory to read:
http://admin@chinavortex.com/public_html/chinavortex.com/xmlrpc.php
per your suggestion, and have checked to make sure that the xmlrpc.php file is there, but still get a 302 error when I send the Fetch Posts command.
Hmmm...
Paul D
Keith S. wrote:
Have you enabled the XML-RPC API? Check your WordPress admin section under Settings/Writing to make sure that XML-RPC is enabled.
pdenlinger wrote:
I am using Textmate to try to connect with my blog, which is self-hosted on WP2.7.1 For some reason, I keep on getting an error message.
What do I need to do to correct the situation?
I have uploaded a screen capture of the problem.
Thanks in advance.
Paul Denlinger http://www.nabble.com/file/p22271001/bloggingBundleError.png bloggingBundleError.png
-- Keith Solomon - ksolomon@gmail.com My Blog - http://reciprocity.be/ My Flickr - http://www.flickr.com/photos/zarath0s/
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 2 Mar 2009, at 07:23, pdenlinger wrote:
I have changed the directory to read:
http://admin@chinavortex.com/public_html/chinavortex.com/xmlrpc.php
per your suggestion, and have checked to make sure that the xmlrpc.php file is there, but still get a 302 error when I send the Fetch Posts command.
It’s probably easiest to troubleshoot this via IRC, as you can then do a test account that I or someone else can try setup the blogging bundle to and examine the http traffic.
The 302 though does indicate that the endpoint URL is “wrong”. Might be that there is a redirect e.g. from chinavortex.com to www.chinavortex.com or similar — the ruby XML/RPC stuff does not follow these redirects (as I _think_ is the proper behavior because it does a POST to the URL, not a GET).