By memexikon on
I was removing some old copies of modules & somehow brought the site down. This is the message I'm getting:
Fatal error: Call to undefined function content_notify() in /home/my/public_html/directory/for/modules/imagefield/imagefield.install on line 24
I've reinstalled modules, not sure what else I can do to bring it back up.
Comments
Not sure if this will help,
Not sure if this will help, but how about turning off ImageField, turning on CCK and saving without enabling ImageField, then enable ImageField? I looked around on a few posts, and it seems there's sometimes a problem that if both of them are being enabled at the same time, ImageField might get turned on first, which causes the issue because it calls functions that are in the CCK module.
Just had this
I just had this, and it was a result of having deleted CCK. Make sure that CCK is installed. If it's been accidentally deleted, bring it back.
Thank God
Thank God, we all make similar errors.
Deleated CCK
Had the same problem: Fatal error: Call to undefined function content_notify() in /home1/************/modules/imagefield/imagefield.install on line 24
I had deleted CCK. So I reinstalled the module. Make sure you install it to the ' sites/all/modules ' folder and Drupal will pick it up.