Hi,
on sites with the 'Relevant Content' CCK field enabled I keep getting lots of fatal errors, e.g.:
An error occured. /batch?id=198&op=do <br /> <b>Fatal error</b>: Call to undefined function relevant_content_cck_content_is_empty() in <b>/var/www/drupal/sites/all/modules/cck/content.module</b> on line <b>906</b><br />
Having a CCK field attached to any node type breaks other contributed modules like 'Views Bulk Operations' (VBO) and 'Search and Replace Scanner' (as well as others), which makes the CCK field practically useless as long as it is enabled. Having to disable the 'Relevant Content' CCK field before any VBO or Scanner operation and then re-enbaling it afterwards makes not much sense on a productive site, and this module is not *-dev anymore, thus setting this issue to 'critical'.
This seems to be a long standing issue with several probably related bug reports which I'll collect in a later posting.
Greetings, -asb
Comments
Comment #1
asb commentedPossibly/probably related issues:
Comment #2
Ela commentedSame here...
Had to use block instead of cck
Worked fine when admin was editing pages, but not members.
Comment #3
jm.federico commentedHi, just experienced the problem, have you guys had any updates on this?
Comment #4
asb commentedNope. Just delete the CCK field and disable & uninstall the broken CCK submodule. Use the block & theming instead.
Comment #5
jm.federico commentedHello guys, marking as duplicate of #346576: hook_content_is_empty() is not implemented
Solved with the patch attached there.
Cheers