Could not insert new record for object representation: No media was specified
Importing objects works fine however, when trying to import media representations I get the error
" Could not insert new record for object representation: No media was specified"
I tried to use ca_object_representations.original_filename, and ca_object_representations.media but this does not work... The media folder is visible from pawtucket..
How can I specify media?
Comments
You would need to provide a path to the image on the server. By default this would be relative to the Providence
import/
directory.I used ca_object_representations.original_filename and the complete path /var/www/html/ca/import/2.jpg
but no luck...
Can you share your mapping and a sample of the data you're using (even just 1 or 2 rows of data is ok)?
Here is a sample of the two excel files
I tried to use the complete media path, also url but it did not work
How do I add the image filename so it is accepted?