Closed (fixed)
Project:
ImageField
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 20:16 UTC
Updated:
29 Mar 2009 at 06:20 UTC
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
Comment #1
darrenmothersele commentedUsing 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?
Comment #2
darrenmothersele commentedFixed 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:
Comment #3
ica commentedHi 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
Comment #4
quicksketchSince #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.