当前位置: 代码迷 >> 综合 >> Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed ‘MCRYPT_RIJNDAEL_128‘ in
  详细解决方案

Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed ‘MCRYPT_RIJNDAEL_128‘ in

热度:86   发布时间:2024-02-19 09:57:58.0

错误:
Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed ‘MCRYPT_RIJNDAEL_128’ in /http/www.mywakavLee.cn/config/app.php on line 83

原因:缺少 mcrypt 扩展
解决方法:安装 mcrypt 扩展

php的 mcrypt扩展,在php7.1版本以后便不支持,在7.2版本则直接废弃。

首先看下你的 php 版本,如果是 php7.1 以上,那么就需要你手动安装。

怎么安装可以看下这篇博客
php7.1以上 php 7.2/php7.3/php8.0 安装 mcrypt 扩展

  相关解决方案