Hi Mohammed,
Thanks for your reply, I checked the tables and under your documentation it states with custom fields just delete the custom field. I have checked the hikashop_field table and the custom field doesnt seem to be in there would it be somewhere else?
Also your documentation says this comes from the user not having the alter priveledge and the server is dedicated so not lacking in resources.
The only ALTER queries i found in that file are:
$this->db->setQuery("ALTER TABLE `#__hikashop_vote` CHANGE `vote_comment` `vote_comment` TEXT NOT NULL;");
$this->db->setQuery("ALTER TABLE `#__hikashop_payment` DROP INDEX payment_type");
$this->db->setQuery("ALTER TABLE `#__hikashop_download` DROP PRIMARY KEY , ADD PRIMARY KEY ( `file_id` , `order_id` , `file_pos` );");
$this->db->setQuery("ALTER TABLE `#__hikashop_field` CHANGE `field_value` `field_value` LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL");
There doesn't seem to be anything there which relates to the hikashop field either.
I think what i might do is simply restore this from backup and not delete the custom field! I think I will just unpublish it!
Thanks
Alex