Upon trying to create new image content, I get this message:
Division by zero in public_html/modules/image_exact.module on line 66.
Currently running image.module version 1.146.2.14 2006/02/23 by Walkah.
Line 66 reads: $source_ar = $source_info['width'] / $source_info['height']; in image_exact.module
I appreciate any help. Thanks!
-Ivan
1st post :)
Comments
Comment #1
darren ohIf you're still using Drupal 4.6, you might try adapting the patch from issue 70876 to the the 4.6 version of Image Exact.
Comment #2
darren oh