On a test Drupal 6.6, I downloaded CCK 2.1 and the latest development of emfield. Without having enabled CCK, I check the 'Embedded Image Field' module and click on Save configuration in the modules admin page. Then, I receive a fatal error:

Fatal error: Call to undefined function content_notify() in /home/..../public_html/d6pot/sites/all/modules/emfield/contrib/emimage/emimage.install on line 13

Before enabling 'Embedded Image Field', Drupal displays a warning You must enable the Embedded Media Field, Content modules to install Embedded Image Field. where I click on Continue and then I get the fatal error mentioned above.

Comments

Alex UA’s picture

Status: Active » Fixed

I fixed this in both emaudio and emimage by adding drupal_load('module', 'content'); before content_notify()

Status: Fixed » Closed (fixed)

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