TapTapper Posted May 10, 2009 Share Posted May 10, 2009 HiI've been struggling with this image upload thing too. After many many tries I got it to work. Once. For ONE product. I have a dir in my site root on the server that contains all of my images (mysite.com/imagesetc). Dir CHMOD is 755. All images are also 755. I point to that location in my upload file.I created the phpinfo() page and ran it. GD library setting are all fine. My host told me I could make a php.ini file in my root for additional settings, so I created this: allow_url_fopen = onupload_tmp_dir = /tmpupload_max_filesize= 32MAll of these options are reflected in the phpinfo() page. I can open mysite.com/imagesetc/gw125tyler.jpg in a browser and see the image, so it is there. But the CSV upload will not attach that image to the product. My images are called by the same name as my reference#.I use ~ as the column seperator and ? as the field seperator (cat?subcat in the upload file). I have commas, semicolons and slashes in my names and descs so I use delimiters that I know are not in my data. This works perfectly, all text goes where it should. Just no images.Below is the upload file that worked once. Hasn't worked since then. I've tried it with an empty ID field (product string starts with ~), and with no ID field (string does NOT start with ~). The one that worked had no leading ~It puts the products where they should be, but images absolutely will not upload (except for that one time). After the one product worked I tried 400, then 200, then 100, then 50, then 5, then the same 1 again. Nothing.This is the contents of the CSV that worked that one time. I deleted that product and now the EXACT SAME FILE will not re-generate that product with an image.gw125tyler~Tyler - Leather Thigh High Boots w/ 1-inch Heel~Shoes?Thigh Boots~85.99~Ellie Shoes~1000~Thigh high boots in leather with 1-inch ~Thigh high boots in leather with 1-inch heel. .~http://mysite.com/images/gw125tyler.jpg~~I'd love to see my prods up and running in Presta. I have this same catalog on several (live) Zen Cart sites and one Magento, I wanted to see it in Presta too but it's just not happening Link to comment Share on other sites More sharing options...
Recommended Posts