Getting this warning using Drupal 6.20 and 6.1 beta 9 of this module:

Warning: this comments plugin is operating in compatibility mode, but has no posts yet. Consider specifying an explicit 'href' as suggested in the comments plugin documentation to take advantage of all plugin features.

Should I start using 6.2 dev?

CommentFileSizeAuthor
#7 fb_social-xid_to_href-1364000-7.patch731 bytesbillwiens
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ferdi’s picture

It looks like Facebook has made some changes. Googling around I see this issue floating around (http://stackoverflow.com/questions/8417170/how-to-migrate-comments-from-...)
I'll have a closer look.
thanks!

lessurluck’s picture

I have the same issue. Thanks for your hard work in advance!

Milkrow’s picture

Thank you for taking a look. I just noticed this issue. Is this issue related to see the same posts on all pages rather than separate posts per each page? If not, where can I find some info about how to fix that issue with the plugin. Thanks again!

ferdi’s picture

Not sure about this. I would recommend switching to 2.x. beta3 was just released and it provide support for the html5 version of fb social plugins. Switching to html5 should fix it but I'm not sure.

jsi’s picture

I have the same problem.

Tried using 2.x beta 3, but i get this error:

Fatal error: Cannot redeclare fb_social_like_fb_social_event_subscribe() (previously declared in /home/jsi/public_html/sites/all/modules/fb_social/fb_social.module:673) in /home/jsi/public_html/sites/all/modules/fb_social/modules/fb_social_like/fb_social_like.module on line 56

Any ideas?

ferdi’s picture

You have some files / directories from version 1.x there. There is no "modules" directory under "fb_social" in version 2.x

billwiens’s picture

I'm able to update fb_social to use the latest XFBML code from Facebook's comment documentation with the attached patch which changes the xid attribute to href. As far as I can tell, it doesn't migrate comments from previous versions.

philalonso’s picture

How do I apply the patch?