CCK version: 7.x-2.x-dev (Previously 6.x-2.9)
imagefield version: 6.x-3.10
permissions for your tmp and files directory: Windows localhost 'full control'
download method (public or private files): Public local files served by the webserver.
imagefield configuration: Disabled (using drupal 7)
expected results: Module successfully uninstalls
the unexpected actual results: The following error: Fatal error: Call to undefined function content_notify() in <mysite>\sites\all\modules\imagefield\imagefield.install on line 13
Steps to reproduce the problem:
- Upgrade to Drupal 7
- Install CCK
- Migrate fields using CCK
- Attempt to uninstall ImageField
Comments
Comment #1
quicksketchYou can't run the D6 version of ImageField on D7, absolutely nothing will work. You should simply delete the module.
Comment #2
EpF commentedThanks quicksketch - I realised that the D6 version wouldn't work with D7, but when it showed up in the Uninstall list, I thought there was something wrong when it threw the error.