Closed (fixed)
Project:
ImageField
Version:
6.x-3.10
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2012 at 01:22 UTC
Updated:
27 Apr 2013 at 22:20 UTC
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
Comment #1
ambientdrup commentedThe 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
Comment #2
ambientdrup commentedI simply deleted the D6 versions of the modules. This did not cause any issues so I'm assuming this issue is resolved.
-Trevor
Comment #3
spidersilk commentedDoes 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?
Comment #4
quicksketchContent 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.