Hi,
It means that your plugin does not have any configuration.
You can edit the plugin in your Joomla backend and the warning will disappear.
Otherwise the best is to edit the plugin and replace
$plugin->params = array_merge($plugin->params, $default);
By:
if(empty($plugin->params))
$plugin->params = array();
$plugin->params = array_merge($plugin->params, $default);
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.