-- url of the page with the problem -- : local site
-- HikaShop version -- : 2.3 (starter)
-- Joomla version -- : 3.2.1
-- PHP version -- : 5.5.3
-- Browser(s) name and version -- : n/a
-- Error-message(debug-mod must be tuned on) -- : 1146 Table 'jml.jngfy_hikashop_config' doesn't exist SQL=SELECT * FROM jngfy_hikashop_config
Trying to instal HikaShop on my local site and keep getting this message.
1146 Table 'jml.jngfy_hikashop_config' doesn't exist SQL=SELECT * FROM jngfy_hikashop_config
Read through the forum posts and some other Hika documentation and here's what I've done so far.
Went to extension manager and did search for "hikashop
".... nothing came up.
Went to phpMyAdmin and did a search for "hikashop"... nothing came up
Went to phpMyadmin and executed:
DELETE FROM `jngfy_menu` WHERE link LIKE '%com_hikashop%';
DELETE FROM jngfy_extensions WHERE element = 'com_hikashop';
DELETE FROM jngfy_assets WHERE name='com_hikashop';
Result: # MySQL returned an empty result set (i.e. zero rows).
So back to square one, still not able to install hikashop.
Any ideas what else to try?