With just the "Drupal for Facebook" module enabled and with the Javascript SDK turned on, the Panels ajax window to add widgets, forms, etc. fails within the backend editor in Panels. After turning off the Javascript SDK, Panels works normally.

Comments

Dave Cohen’s picture

Status: Active » Postponed (maintainer needs more info)

Sometimes 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.

dxx’s picture

Hi,

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?

Dave Cohen’s picture

Again, it would be nice if someone who can reproduce this issue would look in the chrome or firebug console for any error messages.

entrepreneur27’s picture

StatusFileSize
new53.56 KB

I 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. .

yaelsho’s picture

StatusFileSize
new43.35 KB

I 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?"