Trying to uninstall CCK gives this error...
Fatal error: Call to undefined function content_notify() in /usr/share/drupal/sites/all/modules/fileframework/contrib/cck/file_cck.install on line 38
Trying to uninstall CCK gives this error...
Fatal error: Call to undefined function content_notify() in /usr/share/drupal/sites/all/modules/fileframework/contrib/cck/file_cck.install on line 38
Comments
Comment #1
cdale commentedComment #2
markus_petrux commentedThis is an issue with the fileframework module. It should do
drupal_load('module', 'content');before calling content_notify() in the installation hooks.Comment #3
miglius commentedFixed install hooks. Thanks.