Notice: Use of undefined constant BLOCK_NO_CACHE - assumed 'BLOCK_NO_CACHE' in fbconnect_invite_block_info() (line 66 of /var/www/translate.flossk.org/sites/all/modules/fbconnect/fbconnect_invite/fbconnect_invite.module).
Notice: Use of undefined constant BLOCK_NO_CACHE - assumed 'BLOCK_NO_CACHE' in fbconnect_invite_block_info() (line 66 of /var/www/translate.flossk.org/sites/all/modules/fbconnect/fbconnect_invite/fbconnect_invite.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | block_no_cache-1144338-1.patch | 528 bytes | Daoenti |
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.