no images upload on front-end

  • Posts: 10
  • Thank you received: 0
8 years 6 months ago #216808

-- url of the page with the problem -- : www.mixandmatchforkids.be/
-- HikaShop version -- : 2.6.0
-- HikaMarket version -- : 1.6.6
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5.22
-- Browser(s) name and version -- : all

Image upload in frontend does not work anymore since update hikashop 2.6.0 and hikamarket 1.6.6
I downloaded the latest version a few minutes ago.
Can anyone help me?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 6 months ago #216824

Hi,

Thanks for the report.
It was a stupid mistake of mine when I integrated the support of HIkaSerial in HikaMarket.

You can re-download HikaMarket 1.6.6 to get the patch or you can directly update the file
"administrator/components/com_hikamarket/helpers/helper.php" and replace

	if($namespace == 'hikamarket')
		$className = $class . 'Market' . ucfirst($group);
	if($namespace == 'hikaserial')
		$className = $class . 'Serial' . ucfirst($group);
	else
		$className = $class . ucfirst($group);
By
	if($namespace == 'hikamarket')
		$className = $class . 'Market' . ucfirst($group);
	else if($namespace == 'hikaserial')
		$className = $class . 'Serial' . ucfirst($group);
	else
		$className = $class . ucfirst($group);
So HikaMarket uploader system will be able to instantiate the product controller to get the upload settings and perform the image upload.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: artisanwebandprint, denharry

Please Log in or Create an account to join the conversation.

  • Posts: 158
  • Thank you received: 6
8 years 6 months ago #217552

Hi Jerome,

The newly released update to Hikamarket 1.6.6 fixed the problem of uploading the products and uploading the vendor image from the backend of the site; however, I cannot upload the vendor image from the front of the website. Since this seems related to the current topic, I am posting here. If I need to create a new topic then I will.

I have verified the following:
Hikashop 2.6.0
Hikamarket new 1.6.6

  1. I can upload a product picture from the front end
  2. I can upload the vendor picture from the back end

I cannot upload a vendor image from the front end. It shows green, 100% then just goes empty. No error messages in the console. Here's a quick video:
screencast.com/t/36m7HSxm1tc

Please advise.

Best,

Dawn

Last edit: 8 years 6 months ago by artisanwebandprint.

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 6 months ago #217555

Hi,

I admit ; that is strange. And I can't reproduce the issue in my local website.
I can't test on the demo website because it does not have any write access, so the upload will just failed.

When you are in the front-end ; the vendor is restricted to a specific folder.
In the backend, all images are stored directly in the image "root".
That is the only difference in the upload between the front-end and the backend ; for the rest the code is the same.

Do you think it will be possible to have an access to your front-end (for a vendor) and also a FTP access.
It will allow us to add some debug trace and understand the issue.
You can use the "contact us" form to send us such kind of private information (with a link to that forum thread so the support team will directly assign me the ticket).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 158
  • Thank you received: 6
8 years 6 months ago #217558

Information Sent.

Please Log in or Create an account to join the conversation.

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
8 years 6 months ago #217594

Hi,

The issue was HikaShop related.
I apply that patch in your website :
www.hikashop.com/forum/product-category-...op-2-6-0.html#216594

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: artisanwebandprint

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.074 seconds
Powered by Kunena Forum