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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | imagefield_settings.diff | 580 bytes | dalin |
Comments
Comment #1
dalinHere is a workaround that simply includes the file before the unknown function is called. But something about this seems wrong.
Comment #2
dalinCheck 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.
Comment #3
dalin