문제

I am facing this issue on Magento 2.3.2 Enterprise Edition

ON Deployment Getting Following error.

In AbstractFactory.php line 238:

  Missing required argument $encoder of MSP\TwoFactorAuth\Model\UserConfigMan  
  ager.  
도움이 되었습니까?

해결책

On June 25, 2019, the Magento version 2.3.2 was released. Improvements to Magento 2.3.2 require installing libsodium cryptographic library version 1.0.13 or higher. Without this you will get an error in the MSP_TwoFactorAuth module.

Try below command for Linux (Fedora)

dnf install libsodium

Also execute command for magento

rm -rf var/cache/* var/page_cache/* var/generation/*

php bin/magento setup:upgrade

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top