Magento2: Notice: Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH'

magento.stackexchange https://magento.stackexchange.com/questions/277311

  •  03-03-2021
  •  | 
  •  

문제

I have installed Zend OPcache v7.1.30-1+ubuntu16.04.1+deb.sury.org+1 on my ubuntu machine but on indexing command it shows error Notice: Use of undefined constant MCRYPT_BLOWFISH - assumed 'MCRYPT_BLOWFISH'

please suggest pic1

도움이 되었습니까?

해결책

It's looks like missing mcrypt

sudo apt-get install php7.1-mcrypt

And

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