I recently updated to Business 2.3.1, but this problem may have started before then. My site runs Joomla 2.5.22, also recently updated.
I have a category page,
disctraininghub.com/shop
which shows six categories. This is a Hikashop content menu set to a div layout. Under the section, "parameters for DIV", the field "type of item layout" is set to "image and title".
I turned on debug mode and this is what the system returned:
Notice: Undefined offset: 0 in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 353
Notice: Undefined offset: 1 in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 353
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 454
Warning: imagecolorallocatealpha() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 568
Warning: imagealphablending() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 464
Warning: imagecolorallocatealpha() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 465
Warning: imagefill() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 466
Warning: imagesavealpha() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 467
Warning: imageantialias() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 474
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /home/one010th/public_html/site_dth_live/administrator/components/com_hikashop/helpers/image.php on line 490
I'm not smart enough to know what this is trying to tell me.