You should open the file administrator/components/com_hikashop/install.hikashop.php and search for that column name. You should see something like that:
$this->db->setQuery(“ALTER TABLE `#__hikashop_YYYY` ADD `XXXXXXXX` ……………………………………………..”); $this->db->query();
You need to open your phpmyadmin and run the query which is in the double quotes in your database. Don’t forget to replace #__ by the prefix of your tables.
For custom fields, you can just delete them and the error should disappear.
Latest posts by Document Team (see all)
- JS Jobs Data Dictionary: How to Add New Entity? - January 3, 2017
- JS Jobs Categories: How to Add New Categories? - December 30, 2016
- JS Jobs Message System: Front End Messages - December 30, 2016
Recent Comments