Hey, I just installed the exif module, but got the following error when trying to add an image: Fatal error: Call to undefined function dsm() in ...modules/exif/exif.class.php on line 109

Apparently, dsm is short for drupal_set_message and is only defined in the devel module.. Could you please either replace all dsm() calls with the normal drupal method, or add the devel module as a dependency ;)

Thanks,
Martin

Comments

rapsli’s picture

Status: Active » Fixed

removed it

arski’s picture

Thanks, btw there are still 3 calls to "dsm" in the fast_gallery_token_values method in exif.module :) Just stumbled upon these on accident.. no idea if they will break anything but they might.. thanks! :)

arski’s picture

Status: Fixed » Active
rapsli’s picture

Status: Active » Fixed

removed them

Status: Fixed » Closed (fixed)

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