Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 12:57 UTC
Updated:
8 Jan 2009 at 14:10 UTC
Using latest 6.x-1.x-dev version I get an error about PHP can't call "_imagefield_file_load()".
This issue is caused by line 60 in lightbox2.formatter.inc, it must be changed from
$file = _imagefield_file_load($item['fid']);
to
$file = field_file_load($item['fid']);
since imagefield seems to don't provide this file loading method.
Regards
Comments
Comment #1
stella commentedFixed in CVS. Will be included in the next dev release, available later today.
Cheers,
Stella
Comment #2
thepanz commentedThank you Stella... Really fast fix! :)
Regards!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
stella commentedReleased in Lightbox2 6.x-1.9.
Cheers,
Stella