I just upgraded to PHP 8 and I'm having to deal with loads of PHP errors now. This one is not critical yet, but I get it everytime I view a profile:
PHP Warning: Array to string conversion in /usr/local/Joomla/libraries/CBLib/CBLib/Registry/Registry.php on line 119
I have updated to all the latest and the warning persists. In case there is an updating problem, my Registry.php currently contains @version $Id: 10/23/13 5:49 PM $
and line 119 is
$txt[] = $k . '=' . $v;