if I create a custom field from joomla backend, works perfectly.
Then from the exported sql manager mysql this custom field
Delete the custom field from joomla
And I run is exported script before
INSERTINTO`jo_hikashop_field` (`field_id` ,`field_table` ,`field_realname` ,`field_namekey` ,`field_type` ,`field_value` ,`field_published` ,`field_ordering` ,`field_options` ,`field_core` ,`field_required` ,`field_backend` ,`field_frontcomp` ,`field_default` ,`field_backend_listing` ,`field_access` ,`field_categories` ,`field_with_sub_categories`)
VALUES ( 287,'product','Pulgadas','televisionpulgadas','radio','19::19::0\n22::22::0\n23::23::0\n24::24::0\n32::32::0', 1, 2,'a:10:{s:12:"errormessage";s:0:"";s:4:"cols";s:0:"";s:9:"filtering";s:1:"1";s:9:"maxlength";s:1:"0";s:4:"rows";s:0:"";s:9:"zone_type";s:7:"country";s:4:"size";s:0:"";s:6:"format";s:0:"";s:5:"allow";s:0:"";s:8:"readonly";s:1:"0";}', 0, 0, 1, 1,'', 1,'all',',19,', 0)
Then to modify products with this cumston field gives the error
Why?