1. marbury333
  2. RO CSVI
  3. Thursday, 29 September 2016
  4.  Subscribe via email
I can typically figure things out but this has me stumpped. I am attaching my debug log. I can not get the data in my file_url and file_url_thumbs to upload. Process image = yes, resize images = yes, recreate alias=yes, my paths are correct as far as I can tell.
Thank you
Accepted Answer Pending Moderation
Hello,
You file_url and file_url_thumb has been processed, see the query below from your debug log. It shows that there has been an entry in your virtuemart_medias table for image test.jpg already and so CSVI is updating the record. what is the issue you are seeing?


UPDATE `ois_virtuemart_medias` SET `virtuemart_vendor_id`='1',`file_title`='',`file_description`='',`file_meta`='',`file_class`='',`file_mimetype`='image/jpeg',`file_type`='product',`file_url`='images/stories/virtuemart/product/test.jpg',`file_url_thumb`='images/stories/virtuemart/product/resized/test.jpg',`file_is_product_image`='1',`file_is_downloadable`='0',`file_is_forSale`='0',`file_params`='',`file_lang`='',`shared`='0',`published`='1',`created_on`='0000-00-00 00:00:00',`created_by`='0',`modified_on`='0000-00-00 00:00:00',`modified_by`='0',`locked_on`='0000-00-00 00:00:00',`locked_by`='0' WHERE `virtuemart_media_id`='181'
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
It is being processed but the file_url and file_url_thumb data isn't saving to the database table.
All the other product information is saving except for the image data. When I view the product information in VM the image tab doesn't have the image data in there.

Although the product import file I attached is named export is it my import file.
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
With your template and import file, i could import the file_url and file_url_thumb without any problem. If you know how to do, can you go to your phpmyadmin and look for #__virtuemart_medias table, see if you can find an entry for your image test.jpg? As per your debug log attached in your previous post, the media id for your image is 181. So you can paste the below query in SQL tab and click go, send the screenshot of what you see there. Dont forget to replace #_ with your table prefix before running the query.

SELECT * FROM `#__virtuemart_medias` where virtuemart_media_id=181
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
I am attaching a screenshot

I do see the entry in the table. I added an attachment screenshot of the table
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
This confirms that image processing has been done in CSVI import. Can you check on the image and also send screenshot of what you see in VirtueMart?
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!