Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
blogapi.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2008 at 00:15 UTC
Updated:
19 Jun 2013 at 16:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedmaybe duplicate to this issue? http://drupal.org/node/214209
Comment #2
cburschkaNo. The other issue was identified, fixed and committed before RC4 was released.
Changing from a numeric ID to the machine-readable content-type name is an API change in 6.x. Reconfiguring your blogging client to repeat the auto-discovery process should be enough. At most, I would suggest that Drupal display some helpful message to indicate that this reconfiguration is needed.
Comment #3
moshe weitzman commentedAuto discovery does not fix the problem for MarsEdit.
Comment #4
jdfrankl commentedI just upgraded to the official 6.0 release and confirmed that this was still an issue. I can also confirm that what Moshe reports is correct - auto discovery in MarsEdit still sets the Blog ID to "1".
Comment #5
jdfrankl commentedThis continues to be an issue with the 6.1 release.
Comment #6
jdfrankl commentedSo according to this issue report the problem is that RSD returns a blog ID of "1" while the rest of the blogapi module is expecting a blog ID of "blog". So the blog ID that Drupal is handing for auto-discovery is out of sync with what the blogapi module now requires. Since the RSD blog ID is hard-coded anyway why not just change it to return "blog"? The attached patch changes the hard-coded blog ID returned by RSD from "1" to "blog".
Comment #7
stevenpatzSimple re-roll.
Comment #9
Chris Johnson commentedRe-rolled patch for D6.12. This has been broken for over a year. Could we please get this simple, one line, 6 character patch applied?
If you read frustration in the above, you're correct. This lack of languishing in the issue queue is why I have stayed away from core issue queues for several years.
Comment #10
bstanfield commentedbump. Just tried to associated a new blog with Mars Edit today and this is still broken.
Comment #11
thedavidmeister commentedpatch no longer applies, unfortunately.
error: blogapi/blogapi.module: No such file or directory
Comment #12
cweagansYes, this needs to be rerolled with Git, though I'm not sure why you'd bother at this point.
Comment #13
thedavidmeister commentedfeel free to close the issue if you feel it is no longer relevant.
Comment #14
cweagans