Forum


Broken on Joomla6: bug fix in library

Adrien Roussel
1%
Posts: 1
  • General
January 19, 2026

Hi
In:
libraries\techfry\src\TUser.php, in getProfile:
Change: $user_properties = YserHelper::getProfile($user_id)->getProperties();
(getProperties undefined method)
to
$user_properties = (array) UserHelper::getProfile($user_id);

Also note install on J6 is broken

Best Regards

Adrien

Joomla Fry
100%
Posts: 1076
January 23, 2026

Thank you for informing about this issue.

It is now fixed.

Login to Reply