In testing this module I'm finding that comments are not being imported.
If I change flickrcomments.module thusly:
//no comments? get out of here
if (!isset($comments['comment']) or !is_array($comments['comment'])) {
drupal_set_message('No comment found');
return;
}
I see "No comment found" output after "Going to get comments for 6329864934"
I don't know if this is related, but before performing the first import I checked the comment settings on the Flickr Rippr Photo content type. Default comment settings are "Read/Write." After doing an import if I check the new nodes the comment settings show "Disabled."
I've seen the patch attached to this issue: http://drupal.org/node/1300754, and have made the corresponding changes to my installation and have confirmed that the comments table is being created correctly.
Comments
Comment #1
oleonard commentedI see that this issue is fixed in the 6.x-6.x-dev version along with a couple of "//THIS IS BAD.. fix before any release" instances in the 6.x-6.11 release :P I still have the problem with generated nodes being created with comments disabled but that must be a separate issue.