
Originally Posted by
LittleAngell52
It's the new download files that get skipped and can't work out how to add them via ep.
The error is related to not being able to find an existing record to be updated. With the detailed attributes file, it is primarily setup to first export the file of known attributes, then to update the individual records (fields) of it and import those changes.
This is based on the following sql:
Code:
SELECT * FROM ' . TABLE_PRODUCTS_ATTRIBUTES . '
WHERE (
products_attributes_id = :products_attributes_id: AND
products_id = :products_id: AND
options_id = :options_id: AND
options_values_id = :options_values_id:
) LIMIT 1;
If that sql comes back with no results then the error in the above image is provided.
Bookmarks