Very weird, a problem I've never had before. The imagefield module does not appear on my modules page to enable/disable anymore on a new d6 install. It had been working, the imagefields were still on the content type I had assigned to. It showed up in the uninstall page, so I tried uninstalling it to see if it would show up in the modules page again - nope.
Also removed the entry from the system table in the drupal database, but regardless of what version of imagecache I upload to my modules folder, it doesn't show up in the list :(
Any idea what I've done?
Comments
Comment #1
quicksketchCheck to make sure the entire ImageField directory is in place. Perhaps the imagefield.info file is missing for some reason? I'd suggest deleting the entire ImageField directory, then installing the whole module onto the server again.
Comment #2
sansui commentedI tried all of that without effect. The only thing that worked was putting the imagefield directory into sites/all/modules
The main modules folder just refused to show it anymore :/
Comment #3
quicksketchHmm, I'm not sure what you mean by the "main modules folder"? Usually, you should store all your (contributed and custom) modules in sites/all/modules. The root modules directory is (unofficially) reserved for modules that come with core only. You can put modules in the root modules folder, but really you should be keeping them all in sites/all/modules anyway.
Comment #4
sansui commented/looks at all of his previous drupal installs
Whoops. Hrmm.. nothing to see here, move along!