I am trying to import products images into Virtuemart as part of a product file and it not working. The product is uploaded but I get message below.
"vmError: Couldnt create thumb, file not found "
vmError: File not found "
I have attached the log.
- skmccall
- RO CSVI
- Friday, 03 March 2017
- Subscribe via email
0
Accepted Answer
Pending Moderation
Yes, I think this is what you are looking for (see attached) The imported images all say zero.
Attachments (1)
Accepted Answer
Pending Moderation
Hello,
Yes this is the information we were asking for. Your screenshot shows that images have been created but not downloaded. CSVI uses file_get_contents to read the remote images and download it to server. This function does not work if allow_url_fopen is disabled on your server setup. You need to check your server settings and see if allow_url_fopen is enabled and then run the import again.
Yes this is the information we were asking for. Your screenshot shows that images have been created but not downloaded. CSVI uses file_get_contents to read the remote images and download it to server. This function does not work if allow_url_fopen is disabled on your server setup. You need to check your server settings and see if allow_url_fopen is enabled and then run the import again.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Hallo, I'vetestedagain the import with a smaller file to checkif the images were imported but without success:
I have Joomla! 3.6.5
VirtueMart 3.0.18
CSVI Pro 7.1.0
I have Joomla! 3.6.5
VirtueMart 3.0.18
CSVI Pro 7.1.0
Attachments (2)
Accepted Answer
Pending Moderation
Hello,
The remote images you are trying to download don't seem to be valid. As an example your debug log shows 404 error with "Remote file does not exist: http://download.dolcepausa.com/images/DEA00000000000000MISMAR.jpg" and it is the same error for all the image URLs. If you copy and run the URL in browser it says the same 404 Not Found error.
The remote images you are trying to download don't seem to be valid. As an example your debug log shows 404 error with "Remote file does not exist: http://download.dolcepausa.com/images/DEA00000000000000MISMAR.jpg" and it is the same error for all the image URLs. If you copy and run the URL in browser it says the same 404 Not Found error.
Kind regards,
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
- 2
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »