After installing CCK Gallery it doesnt create CCK Image content type. There was some error, but unfortunately ive clicked next so i dont know what error was that. Im using newest Drupal 6 with recently updated all modules
After installing CCK Gallery it doesnt create CCK Image content type. There was some error, but unfortunately ive clicked next so i dont know what error was that. Im using newest Drupal 6 with recently updated all modules
Comments
Comment #1
greg.harveyThanks for reporting - we've already got this. It's because of a menu change in the Imagefield module. Please use the previous version of Imagefield or wait for a fix. Sorry for the inconvenience.
Comment #2
Dinth commentedThanks for info. Ive tried manualy turning off and turning on CCK Gallery and now it doesnt make error anymore, so this means that he doesnt try anymore to make content types. Will CCK Gallery retry to make image content type after fix beign released ?
Comment #3
greg.harveyYes, it will, but you probably need to fully uninstall it (not just disable and enable). This is a known Drupal behaviour/issue. The install hook is only run the first time the module is installed unless a hook_uninstall is run or it is completely deleted (removed from the system table).
Comment #4
novovox commentedIs there a fix for this yet?
I have enabled 6.x-3.0 and I am having the same issue? If not, what version is working?
Comment #5
greg.harveyThere is a patch here: #415170: Imagefield has replaced Image type with File type and added an Image widget.