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 and i am not sure its related to the image field or filefield (i have also cross posted to the issue to the filefield)

filefield 6.x-3.0-alpha5
imagefield 6.x-3.0-alpha2
cck 6.x-2.0-rc10
drupal 6.5

Comments

darrenmothersele’s picture

Using same versions of ImageField and FileField, I'm getting the same error.

Just tried upgrading to latest dev versions and still error persists.

What is filefield_field_settings and why can't my site find it?

darrenmothersele’s picture

Fixed by upgrading PHP version.

Check your modules list /admin/build/modules as FileField will report the following if you're using the wrong PHP version:

This module requires PHP version 5.2.* and is incompatible with PHP version 5.1.6.
ica’s picture

Hi darren,
no PHP version error on on /admin/build/modules
in fact the site is on PHP 5.2.5
i've checked again on admin/reports/status

but meanwhile the original error of the issue disapeared some point -possibly after an update and i am not sure after what/when exactly.

so, the issue can be closed for now - and opened if/when one experience again.

~ thanks

quicksketch’s picture

Status: Active » Fixed

Since #397578: Uncouple ImageField from FileField Custom Hooks, ImageField no longer calls this function at all, so this problem should definitely be fixed in the latest dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.