I've upgraded to Drupal 7 and migrated fields. Used Upgrade Status to successfully do this. Imagefield 6.x version disabled. When I try to uninstall the Imagefield 6.x version module post upgrade I get this error:

Fatal error: Call to undefined function content_notify() in /sites/all/modules/imagefield/imagefield.install on line 13

Suggestions on how to fix this?

-Trevor

Comments

ambientdrup’s picture

The solution pointed to here is to just delete the module:

http://drupal.org/node/1329598

Are there any orphan tables left in the upgraded D7 version of the site, left by Imagefield however?

-Trevor

ambientdrup’s picture

I simply deleted the D6 versions of the modules. This did not cause any issues so I'm assuming this issue is resolved.

-Trevor

spidersilk’s picture

Does it leave any unneeded data in the database if you simply delete it without uninstalling? Or does the CCK Content Migrate module get rid of that when you migrate the fields?

quicksketch’s picture

Status: Active » Fixed

Does it leave any unneeded data in the database if you simply delete it without uninstalling? Or does the CCK Content Migrate module get rid of that when you migrate the fields?

Content migrate will leave the tables in place, but it has a page that specifically allows you to delete the now-orphaned tables. This works for ImageField/FileField just the same as all other fields.

Status: Fixed » Closed (fixed)

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