in file plugins/content/phocagallery/phocagallery.php there are 5 lines: 1449 - 1454
Code: Select all
if (isset($image->extid) && $image->extid != '') {
// SIZE WILL BE NOT CORRECTED
$oImg = JHTML::_( 'image',$image->extl, '', '', '', $image->title );
} else {
$oImg = JHTML::_( 'image.site', str_replace ('phoca_thumb_m_','phoca_thumb_l_',$image->linkthumbnailpath), '', '', '', $image->title );
}
Code: Select all
Warning: Division by zero in /administrator/components/com_phocagallery/libraries/phocagallery/image/image.php on line 206