Drupal verion: 6.22
MySQL database 5.1.33
PHP 5.2.9
6.x-2.9
Hi,
Before I created another folder for uploading my images my product import for ubercart was working all fine. Later I created a folder called "products" and even referenced it in my csv file as "products/pic01.jpg" I've been repeatedly getting this error message:
Input error: products/pic01.jpg is not allowed for Image (not a file in sites/default/files/products).
Image field is required.
Again, when I remove the "File path: product" from the image filed and directly upload my images to sites/default/files every thing seem to work fine.
I am unable to figure out the cause of this issue although its been quite some hours I've been trying to figure out a solution.
Kindly guide me through this.
Thanks in advance!
Comments
Comment #1
topdillon commentedDid you ever solve your issue? I have the same problem.
Comment #2
topdillon commentedI found the solution. Though it is not documented anywhere, you no longer need to add the folder name that is in the "files" folder, like "product_pics/product_01.jpg". Just add the file name. Node import knows what folder to look in by looking at the field definition in the database.