I just found the problem. In this new Joomla version, somehow, namespaces are not automatically loaded. So I fixed adding the following to my code:
Maybe can be useful to somebody else.
Thanks!
Code:
JLoader::registerNamespace('Joomla\Plugin\User\Token', JPATH_BASE . 'plugins/user/token/src');JLoader::registerNamespace('Joomla\Plugin\User\Profile', JPATH_BASE . 'plugins/user/profile/src');JLoader::registerNamespace('Joomla\Plugin\User\Joomla', JPATH_BASE . 'plugins/user/joomla/src');
Thanks!
Statistics: Posted by cacaominutro — Fri Mar 01, 2024 1:21 pm