-- url of the page with the problem -- : localhost
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.4
-- Error-message(debug-mod must be tuned on) -- : 1017 Can't find file: 'ukh16_hikashop_product' (errno: 2 - No such file or directory) SQL=SELECT *, SUM(order_product_quantity) as Total FROM ukh16_hikashop_order as a LEFT JOIN ukh16_hikashop_order_product as prod ON a.order_id=prod.order_id LEFT JOIN ukh16_hikashop_product AS p ON p.product_id=prod.product_id LEFT JOIN ukh16_hikashop_product_category as cat ON cat.product_id=p.product_id OR cat.product_id=p.product_parent_id LEFT JOIN ukh16_hikashop_category as c ON cat.category_id=c.category_id WHERE a.order_created > 1445231708 AND a.order_created
I have been building my database in Hikashop happily when I went to add a new (I have about 15 already) custom product field. The system threw an error (sorry, didn't catch it), didn't save the field and then wouldn't let me into Hikashop. Through phpmyadmin I get a similar message
#1017 - Can't find file: 'ukh16_hikashop_product' (errno: 2 - No such file or directory)
When I examine the file structure in my XAMPP installation I can see the files there:
ukh16_hikashop_product.frm
ukh16_hikashop_product.MYD
I have used my Akeeba backup to move back to before this error and tried again with the same results.
Any ideas before I commit to starting again?