-- HikaShop version -- : 2.3.5
-- HikaMarket version -- : 1.6.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.16
-- Error-message(debug-mod must be tuned on) -- : Warning: getimagesize(/home/footst/public_html/madein-bg/w/media/com_hikashop/upload/vendor41\logo_15815.png) [function.getimagesize]: failed to open stream: No such file or directory in /home/footst/public_html/madein-bg/w/administrator/components/com_hikashop/helpers/image.php on line 414
So, after updating to HM 1.6.0 the following error appeared on uploading from local project to working:
On the image of Vendor listing in frontend and on Vendor image in edit form in backend:
Warning: getimagesize(/home/footst/public_html/madein-bg/w/media/com_hikashop/upload/vendor41\logo_15815.png) [function.getimagesize]: failed to open stream: No such file or directory in /home/footst/public_html/madein-bg/w/administrator/components/com_hikashop/helpers/image.php on line 414
And the second warning appears in the main menu only on vendor listing page:
Warning: in_array() expects parameter 2 to be array, null given in /home/footst/public_html/madein-bg/w/modules/mod_djmegamenu/tmpl/default.php on line 53
I noticed the backslash after the vendor folder if that's the reason.