Closed (fixed)
Project:
Link Image Field
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 18:00 UTC
Updated:
9 Nov 2009 at 14:40 UTC
I have installed this module on a very small D6 test site. When I go to node/add/customcontenttype with this module, I am greeted by this:
Fatal error: Call to undefined function imagefield_widget_value() in C:\Program Files\Apache2.2\htdocs\drupal6\sites\all\modules\linkimagefield\linkimagefield_widget.inc on line 109
Any ideas?
mrweaver
Comments
Comment #1
mattrweaver commentedstill here, waiting, patiently
Comment #2
johnfyoung commentedSorry - I sent you an email that bounced and forgot to come back here (busy busy busy). Which version of imagefield do you have installed?
Comment #3
mattrweaver commentedimagefield: 6.x-3.0-alpha2
LinkImage: 6.x.-1.0-beta2
thanks for getting back to me.
Comment #4
johnfyoung commentedI don't have a copy of imagefield 6.x-3.0-alpha2 so I can't test against it. I developed this based on imagefield 6.x-3.0 (it's now at 6.x-3.2). Can you update imagefield to the most recent version and see if that fixes the problem?
To explain: the error you're getting is because linkimagefield is trying to call a function supplied by the imagefield module, but can't find it for some reason. My guess is that the imagefield_widget_value function didn't exist in imagefield 6.x-3.0-alpha2, but does now.
If updating imagefield doesn't fix the problem, I'd be very surprised.
Comment #5
mattrweaver commentedYep, that did the trick. Thanks!