-- HikaShop version -- : 4.7.3 starter
-- Joomla version -- : 4.3.2
-- PHP version -- : 8.1
-- Error-message(debug-mod must be tuned on) -- : Unknown column 'id' in 'field list'
Hi, after having indexed HikasShop products with Smart Search, if the "Optimize" command is given in Smart Search - Maintenance, that fails with
Unknown column 'id' in 'field list'
After some debugging, this is because there is this query
SELECT CONCAT('index.php?option=com_hikashop&ctrl=product&task=show&cid=&name=&Itemid=<menu_id>', id)
FROM `#__hikashop_product`)
but there is no 'id' column in #__hikashop_product table, just a 'product_id'.
Disabling smart search hikashop plugin, of course the problem disappears since hikashop products are not indexed anymore.
I don't know if it's a Joomla bug or a Hikashop one.
Thanks
Giuse