Closed (fixed)
Project:
Facebook Like Button
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2012 at 00:18 UTC
Updated:
24 Feb 2016 at 13:28 UTC
Jump to comment: Most recent
Comments
Comment #1
BruFFy commentedHad same problem with 7.x-2.2 version.
Thx for sharing your work around!
Comment #2
anthonylindsay commentedI can confirm that this works a treat. I had actually already hacked the module to eliminate the language parameter when I saw this thread... doing it through the settings page is much neater!
Comment #3
Co-operatives UK commentedGot exactly the same problem but deleting the language setting doesn't do anything: it just reverts back to en_US.
Comment #4
Anonymous (not verified) commented#3: I had the same issue.
I found I was able to remove the language setting only when I changed another parameter at the same time. I suspect that the configuration CRUD code sees an empty language box as no-change and doesn't save.
I was able to remove the language setting only from the dynamic config, not from the static config.
I believe the language setting should be removed from the module entirely. Facebook's own button generator does not include it.
Comment #5
hwasem commentedThanks for the language tip. I also had the same problem and removing the language en_EN from the last field fixed it. I'm using the dynamic settings option.
Comment #6
lliss commentedThis was actually a bug in the settings page. I have fixed this as of the latest dev version of the 7.x branch. I'll work on backporting it to the 6.x branch.
Comment #7
Louis_Trapani commentedThank you, Jamie! I was about to disable the module because for months it has not been displaying and nothing I did remedied it. I didn't think to delete the language setting in the module. I did so, and now finally it is displaying again. Thanks again!
Comment #8
gvsoThis bug was fixed in the 7.x branch, and we are not fixing this issue for the 6.x branch as Drupal 6 has reached end of life