Lost password?    Lost username?    Create an account
OverviewDownloadsForumSupport
CSV Improved

CSV Improved

  • Free upgrades for 1 year
  • Extended replacement rules
  • Advanced XML support
  • Multiple component support
  • Automatic import/export
  • Advanced import/export features
  • Forum access for 1 year
  • Forum access for 10 days
Welcome, Guest
Username: Password: Remember me
Looking for a useful answer?

Read this first and make sure you checked all steps: www.csvimproved.com/frequently-asked-questions/635-troubleshooting-import-errors

Don't just say it doesn't work but describe in detail what is happening and add the following information:
* VirtueMart version
* CSVI version (Latest is not a version number)
* Sample of the file being imported
* Collected debug information

Without this information you won't get a useful answer. If no debug log is attached, you will get a request to post it.

Where to get the debug information?

A tutorial (www.csvimproved.com/frequently-asked-questions/390-how-to-collect-debug-information) has been written to help you collect your debug information. For CSVI 3, there is a video available (www.csvimproved.com/downloads/file/18-collect-debug-information)
  • Page:
  • 1
  • 2

TOPIC: no thumb CSVI Product files import

no thumb CSVI Product files import 1 year 1 month ago #27771

  • Rubenek007
  • Rubenek007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
Hi!
I need help :)
I would like to add more than one photo to my products.
I'm using Product files import, but on the webside I can't see thumbs of additional photos (but regular photos are fine) after long hours I fond in debug message this

components/com_virtuemart/shop_image/product/./resized/1b.jpg

I think that /./ is my problem i do not have such path. just will be fine:

components/com_virtuemart/shop_image/product/resized/1b.jpg

where I can delete /./ ??

thanks!
The administrator has disabled public write access.

Re: no thumb CSVI Product files import 1 year 1 month ago #27784

  • rolandd
  • rolandd's Avatar
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 14688
  • Thank you received: 613
  • Karma: 296
Hello,

The /./ isn't a problem, it just points to the current folder. The problem is the product files in VirtueMart. VirtueMart requires the thumb images for product files to be named like /resized/1b_90x90.jpg if you have a 90x90 image. You can also just import the large images and let VirtueMart create the thumbnails automatically for them. This might be the easiest way.
Kind regards,

RolandD

=========================
If you use CSVI, please post a rating and a review at the Joomla! Extension Directory
The administrator has disabled public write access.

Re: no thumb CSVI Product files import 1 year 4 weeks ago #27792

  • Rubenek007
  • Rubenek007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
Hi. Thanks for answear.
The thumbnails creation is automated. When.i look in resized folder on the server the file name is created without 90x90. It works fine when I'm importing products to Virtuemart database via CSVI.
With products file import i do exactly the same and it does not work.
The administrator has disabled public write access.

Re: no thumb CSVI Product files import 1 year 4 weeks ago #27798

  • Rubenek007
  • Rubenek007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
I'm still investigating problem, why thumbnails are not visible.

I looked into source code of the webside in the part when 1 thumbnail is visible and other two are not (becouse i have added them thru CSVI Product files import,
The sytuation is following

components/com_virtuemart/shop_image/product/resized/169.jpg">
components/com_virtuemart/shop_image/product/components/com_virtuemart/shop_image/product/2b.jpg"
components/com_virtuemart/shop_image/product/components/com_virtuemart/shop_image/product/1b.jpg"

last two thumbnails are not visible becouse of the path. It looks like it twise instead of add /resized/ what is wrong .
Please help me.
The administrator has disabled public write access.

Re: no thumb CSVI Product files import 1 year 4 weeks ago #27800

  • Rubenek007
  • Rubenek007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
No idea where what is wrong this is debug:

mporting filetype: csv
CSVI Version:1.9.1
PHP Version: 5.2.17
Using template: product files import
Using delimiter: ^
Using enclosure: -
Not skipping the first line
Not skipping default value
Overwriting data
Use column headers for configuration
Not using preview
File path: /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product
Doing a productfilesimport import
Field: product_sku
Field: product_files_file_name
Field: product_files_file_title
Field: product_files_file_description
Field: product_files_file_url
Field: product_files_file_published
Using file for configuration
Memory usage: 8 MB
Process line 2
Check to see if the product ID exists Show/hide query
File path: /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product
Filename: 1b.jpg
Check if file exists.
File: /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product/1b.jpg
Creating a thumbnail /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product/./resized/1b.jpg
Thumbnail has been created
Create File URL from /components/com_virtuemart/shop_image/product/1b.jpg
Check if product file exists Show/hide query
Product file has been stored Show/hide query
Process line 3
Check to see if the product ID exists Show/hide query
File path: /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product
Filename: 2b.jpg
Check if file exists.
File: /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product/2b.jpg
Creating a thumbnail /home/bdd/public_html/interpack2/components/com_virtuemart/shop_image/product/./resized/2b.jpg
Thumbnail has been created
Create File URL from /components/com_virtuemart/shop_image/product/2b.jpg
Check if product file exists Show/hide query
Product file has been stored Show/hide query
The administrator has disabled public write access.

Re: no thumb CSVI Product files import 1 year 4 weeks ago #27810

  • rolandd
  • rolandd's Avatar
  • NOW ONLINE
  • Fresh Boarder
  • Posts: 14688
  • Thank you received: 613
  • Karma: 296
I looked into source code of the webside in the part when 1 thumbnail is visible and other two are not (becouse i have added them thru CSVI Product files import,
The main image is stored somewhere else than the extra images.

What goes wrong is that CSVI is not creating the image resized/2b_90x90.jpg or something similar depending on the image size. Have you tried to not let CSVI create the thumbnails and let VirtueMart do so?
components/com_virtuemart/shop_image/product/components/com_virtuemart/shop_image/product/2b.jpg"
components/com_virtuemart/shop_image/product/components/com_virtuemart/shop_image/product/1b.jpg"

last two thumbnails are not visible becouse of the path. It looks like it twise instead of add /resized/ what is wrong .
These are not thumbnails though but the full images. Are you importing your image names as example.jpg or with the full path? If with the full path, you either need to remove the path from your import file.
Kind regards,

RolandD

=========================
If you use CSVI, please post a rating and a review at the Joomla! Extension Directory
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: rolandd
Time to create page: 0.506 seconds
Powered by Kunena Forum

TESTIMONIAL

This is a must have component
5 stars
2012-07-30
I purchased CSVI Pro some time ago. My shop with over 25000 items will be on the run soon. I had a few questions to developers and support was very friendly, though I am not a big master in web-programming. Without CSVI Pro it would never happen. I tried before some free components, but it turned out that it was not an option.

Many thanks to Roland and keep on good work, guys. I would never hesitate to buy any new development and extend my subscription.

STAY INFORMED


Stay informed with the CSVI newsletter.