hi
i tried this but the errors are still appearing.
i edited this file
/.../administrator/components/com_hikamarket/classes/product.php
i'm not sure if this is the file because no file was mentioned.
out of curiosity i tried this change
$product = $fieldsClass->getInput('product', $oldProduct, true, 'data', false, 'display:vendor_product_edit'); // 'all');
if(empty($product))
$ret = false;
to this
$product = $fieldsClass->getInput('product', $oldProduct, true, 'data', false, 'display:vendor_product_edit'); // 'all');
if(empty($product))
return false;
and it worked. not sure what it does but it worked.
what should i do? thanks