-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.39
-- Browser(s) name and version -- : Firefox 37.0.2
Earlier, I was able to do an import successfully from Virtuemart. However, when I try to re-run the import, I get an error.
1103 Incorrect table name '' SQL=SELECT vmou.user_email FROM ``<prefix>_vm_orders` AS vmo INNER JOIN ``<prefix>_vm_order_user_info` AS vmou ON vmo.order_id = vmou.order_id WHERE vmo.order_id IN (1122,1361,10292,10732,15598)
The `` looks to be the issue. I can run that query in phpMyAdmin, without the doubled single quotes, and it runs just fine