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

stella’s picture

Status: Active » Fixed

Fixed in CVS. Will be included in the next dev release, available later today.

Cheers,
Stella

thepanz’s picture

Thank you Stella... Really fast fix! :)
Regards!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

stella’s picture

Released in Lightbox2 6.x-1.9.

Cheers,
Stella