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

cdale’s picture

Project: » Content Construction Kit (CCK)
Version: » 6.x-2.x-dev
Component: Code » General
markus_petrux’s picture

Project: Content Construction Kit (CCK) » File Framework
Version: 6.x-2.x-dev » 6.x-1.x-dev
Component: General » Code

This is an issue with the fileframework module. It should do drupal_load('module', 'content'); before calling content_notify() in the installation hooks.

miglius’s picture

Status: Active » Fixed
Issue tags: +file_cck

Fixed install hooks. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -file_cck

Automatically closed -- issue fixed for 2 weeks with no activity.