Division by zero in mediatagger.php ($img_info)
-
Hello,
recently appeared this problem:
over the results are displayed division by zero warnings in mediatagger.php on lines 996, 1780, and 1784:
$img_w = round($media_info->w * $img_h / $media_info->h);
$img_ratio = $img_info->h/$img_info->w;
$img_w = round($img_info->w * $img_h / $img_info->h, 0);Thanks,
(I have the 4.0.5 release)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Division by zero in mediatagger.php ($img_info)’ is closed to new replies.