Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Division by Zero issue - html_output.php - need help


computergeek

Recommended Posts

Posted

Having issue when I loaded home page.

 

Warning: Division by zero in /mnt/////www/catalog/includes/functions/html_output.php on line 175

 

172 // Scale the image if not the original size

173 if ($image_size[0] != $width || $image_size[1] != $height) {

174 $rx = $image_size[0] / $width;

175 $ry = $image_size[1] / $height;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...