Sorry about the delay. Forum didn't notify me of a response despite enabling the option.
on the front-end, nothing changes. Error remains identical. Pressing the browser "back" button (not using a standard page refresh) the warning "You must accept the privacy policy" appears. Could this be another "GDPR" induced problem?
Trying to edit a user on the backend though gives the exact same error.
0 implode(): Argument #1 ($pieces) must be of type array, string given.
Trying to modify an existing user on the backend gives the same error, but the change IS saved.
Setting error reporting on the backend to "development" gives the following error.
Warning: Trying to access array offset on value of type null in /var/www/vhosts/<domain.tld>/httpdocs/administrator/templates/isis/html/com_users/users/default.php on line 96
Go back to 7.4 and the backend warning stays but front-end registration behaves just fine and an activation link is e-mailed. Based upon the e-mail look and the link sent it has to be something hikashop related i think. As the link that gets sent is
/index.php?option=com_hikashop&ctrl=user&task=activate&activation=<insert hash?>
below the link the username that just registered gets listed.