The current dev version has 2 critical errors:

1. If you select "Create a block", always 2 block are generated because there is a typo in the code
2. If the drupal_http_request() for the FB locales fails, an empty cache blob is created and there is no way of re-request the locale list. I simple check in the patch privides a fix. If you are in this situation you have to delete the fb_social row in the cache table manually.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ferdi’s picture

Title: Duplicate blocks / missing locales: 2 critical errors fixed » Duplicate blocks + missing locales
Version: 6.x-6.x-dev » 6.x-2.x-dev
ferdi’s picture

Thanks, committed the 'block duplication' part of the patch http://drupalcode.org/project/fb_social.git/commit/75614c9

Why "if(count($fb_locale) > 1)" and not "if(count($fb_locale) > 0)" ?