nicolas wrote: Hi,
We found the issue.
Replace the line:
$params = JComponentHelper::getParams( 'COM_USERS' );
to:$params = JComponentHelper::getParams( 'com_users' );
in the file administrator/components/com_hikashop/classes/user.php and that will remove the warning.
Hi, I'm also having an issue with the registration page...when I register here (
ishopin.wales/index.php/login-or-register/vendor/form
), it comes up with this error message:
Warning
Error loading component: COM_USERS, Component not found.
I changed the COM_USERS code to com_users as suggested, but with no success. Can you please advise?
Thanks