Hi,
Thanks for the report.
Please edit the file "administrator/components/com_hikamarket/classes/vendor.php" and remplace
$vendor = $fieldClass->getInput( array('vendorregister','plg.hikamarket.vendor'), $old, true, 'data', false, 'display:vendor_registration=1');
By
$vendor = $fieldClass->getInput( array('vendorregister','plg.hikamarket.vendor'), $old, true, 'data', false, 'display:vendor_registration=1');
if($vendor === false)
return false;
For the rest, you can register a vendor account without providing the mandatory fields (Address, Post, town phone).
So the registration could not be completed correctly and that's why you got the messages.
The patch will fix that.
About your code, for the redirection, please using instead
$app->redirect('http://www.google.com');
Regards,