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

CommentFileSizeAuthor
#4 block_no_cache-1144338-1.patch528 bytesDaoenti

Comments

sorensong’s picture

Issue tags: +BLOCK_NO_CACHE

Same thing here. Sub.

KirstenLangholz’s picture

Can second that

nathanbiles’s picture

will 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?

Daoenti’s picture

Component: Documentation » Code
StatusFileSize
new528 bytes

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

Firehawk777’s picture

Will changing the reference of BLOCK_NO_CACHE to DRUPAL_NO_CACHE work?

outliner’s picture

Hey guys
changing the BLOCK_NO_CACHE to DRUPAL_NO_CACHE worked. Finally all errors gone!

tgriswold’s picture

Thx, the patch worked for me as well

doka’s picture

Status: Active » Reviewed & tested by the community

you 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

narayanis’s picture

Assigned: altinukshini » Unassigned
Status: Reviewed & tested by the community » Closed (fixed)

Confirmed that the fix in #4 has been rolled into the latest 7.x dev release.