Hi, I just started to try out the blogging bundle. My blog runs under wordpress 2.0 I watched the screencast. Fetching blog entries works. Editing and posting them works. However, two things (so far) don't work" 1) When I drag a picture into the message in TextMate, this error message occurs: Error uploading image. Check your configuration and try again. 2) When I use cut and the tab trigger, this line gets inserted, but it doesn't fold in the posted blog entry like it should. The result is like the cut line wasn't there...
Any ideas why those two issues arise? I'm not exactly sure what an API endpoint is... (this is where some comments in http://macromates.com/blog/archives/2006/06/19/blogging-from-textmate/ lead to)
right now I set my blog adress in com.macromates.textmate.blogging.txt to http://<USERNAME>/<abc.net>/xmlrpc.php where <USERNAME> is the username I use in wordpress <abc.net> is the domain name, where the blog is.
using http://<USERNAME>/www.<abc.net>/xmlrpc.php or http://<USERNAME>/<abc.net>/wordpress/xmlrpc.php make things worse
Thanks, Claus
On Oct 15, 2006, at 9:00 PM, Claus Haslauer wrote:
[...]
right now I set my blog adress in com.macromates.textmate.blogging.txt to http://<USERNAME>/<abc.net>/xmlrpc.php where <USERNAME>is the username I use in wordpress <abc.net>is the domain name, where the blog is.
[...]
You want to replace the slash with an @ symbol after the USERNAME.
That should work for you.
Brett
On 16. Oct 2006, at 04:00, Claus Haslauer wrote:
However, two things (so far) don't work"
- When I drag a picture into the message in TextMate, this error
message occurs: Error uploading image. Check your configuration and try again.
On the server, you need to create a writable (by your apache user) directory for the uploads and set that in the WordPress preferences.
- When I use cut and the tab trigger, this line gets inserted, but
it doesn't fold in the posted blog entry like it should. The result is like the cut line wasn't there...
Is this a 100% untampered WordPress 2.0 install?
In your install of WP is a xmlrpc.php file, set $xmlrpc_logging = 1; in that file and check what the XML-RPC log says when you post, i.e. if TM provides the post in two chunks. If it does, it is your WP install which needs fixing.