Hi I just installed the latest Community builder ver 2.6.4+build.2022.02.07.17.09.20.0be921400
I'm using the latest version of Joomla 4 and seem to be having the same issue.
I have Yubikey Authentication for the backend of Joomla only and the test user or administrator cannot update user info, add photo etc. without the 500 Error.
Can you please confirm that it is the same?
FatalError
in /home/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php (line 5834)
$twoFactorMethods = UsersHelper::getTwoFactorMethods();
}
if ( count( $twoFactorMethods ) > 1 ) {
require_once ( $_CB_framework->getCfg( 'absolute_path' ) . '/administrator/components/com_users/models/user.php' );
$model = new UsersModelUser();
$otpConfig = $model->getOtpConfig( $userId );
$twoFactorMethod = $this->input( 'jform.twofactor.method', 'none', GetterInterface::COMMAND );
$twoFactorSaved = false;
Thank you