Postponed (maintainer needs more info)
Project:
Drupal for Facebook
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2014 at 02:55 UTC
Updated:
15 Feb 2015 at 14:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Dave Cohen commentedSometimes javascript errors break all subsequent javascript on the page. That's just one of the bad things about javascript.
Try using firebug or chrome inspector to learn the actual error that is happening.
Most likely, you have more than one facebook related module enabled, and some other one is trying to initialize the FB SDK also, and is causing a fatal error.
Comment #2
dxxHi,
I have the same problem, switch off (load) "Javascript SDK" option in /admin/config/fb/settings resolve this issue.
Why not load Javascript SDK librairies only in front office?
Comment #3
Dave Cohen commentedAgain, it would be nice if someone who can reproduce this issue would look in the chrome or firebug console for any error messages.
Comment #4
entrepreneur27 commentedI am having this same problem. I am not sure I am doing quite what has been asked re error reporting, and I apologize if I am doing it wrong. But I turned on Firebug, and I believe the attached is the error notice you need to be helpful. If I disable Javascript JSON the "JQuery cookie error" goes away and Panels seems to work again. .
Comment #5
yaelsho commentedI also have this issue.
currently disabled the Javascript SDK option, but want to implement Facebook like box..
It will be great if the suggestion from #2 will be enabled "..load Javascript SDK librairies only in front office?"