Fatal error: Call to undefined function filefield_field_settings() in /home/site/sites/all/modules/imagefield/imagefield.module on line 134

error after update of the latest versions below, as usual expected combi dependency update issues
filefield 6.x-3.0-alpha5
imagefield 6.x-3.0-alpha2
cck 6.x-2.0-rc10

CommentFileSizeAuthor
#1 imagefield_settings.diff580 bytesdalin

Comments

dalin’s picture

Project: FileField » ImageField
Version: 6.x-3.0-alpha5 » 6.x-3.0-alpha2
Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new580 bytes

Here is a workaround that simply includes the file before the unknown function is called. But something about this seems wrong.

dalin’s picture

Check that filefield didn't get disabled when you updated your modules.

I've been manually editing the php requirement in the info files to drop them to 5.0 so that the modules work on my aging dev box. of course when I updated the module this went away and the module was automatically disabled.

dalin’s picture

Status: Needs review » Closed (won't fix)