Just discovered this error after importing a file with a product that already exists:
An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer
ep_debug_log.txt:
Code:
MySQLi error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':products_name:, products_description = '24x680ml Can', products_url = '' ' at line 1
When executing:
UPDATE products_description SET products_name = :products_name:, products_description = '24x680ml Can', products_url = '' WHERE products_id = 1 AND language_id = 1
The above lines are repeated in the log multiple times for each product_id
Importing new products alone works perfectly.
Bookmarks