Closed (fixed)
Project:
Facebook Connect
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 May 2011 at 07:03 UTC
Updated:
31 Aug 2011 at 03:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
sorensong commentedSame thing here. Sub.
Comment #2
KirstenLangholz commentedCan second that
Comment #3
nathanbiles commentedwill this be fixed? what do I do to fix this. I am new to drupal and I am already having a bad experience...
should I just use wordpress?
Comment #4
Daoenti commentedAttached is a simple patch against the git repo that should fix the issue. BLOCK_NO_CACHE was changed to DRUPAL_NO_CACHE in Drupal 7.
Comment #5
Firehawk777 commentedWill changing the reference of BLOCK_NO_CACHE to DRUPAL_NO_CACHE work?
Comment #6
outliner commentedHey guys
changing the BLOCK_NO_CACHE to DRUPAL_NO_CACHE worked. Finally all errors gone!
Comment #7
tgriswold commentedThx, the patch worked for me as well
Comment #8
doka commentedyou can repleace this one line in fbconnect_invite.module, as proposed in #4, or use a patched version of the module, either from here: https://github.com/doka/fbconnect, or from here: http://drupal.org/node/795128#comment-4817546
Comment #9
narayanis commentedConfirmed that the fix in #4 has been rolled into the latest 7.x dev release.