错误:
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 扩展

Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed ‘MCRYPT_RIJNDAEL_128‘ in相关推荐

  1. dedecms后台报错“Notice: Use of undefined constant MYSQL_ASSOC - assumed ‘MYSQL_ASSOC‘ ”的解决方法

    dedecms后台报错"Notice: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' "的解决方法 p ...

  2. php提示 Notice: Use of undefined constant name - assumed

    http://www.php230.com/1410834481.html 我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice: Use of ...

  3. php:Notice: Use of undefined constant id - assumed 'xxxx' 解决办法

    Notice: Use of undefined constant id - assumed 'xxxx' 解决办法 比如:Notice: Use of undefined constant id - ...

  4. tp5项目出现Notice: Use of undefined constant id - assumed 'xxxx' 解决办法

    otice: Use of undefined constant id - assumed 'xxxx' 解决办法 比如:Notice: Use of undefined constant id - ...

  5. php 正则报错,PHP正则替换函数preg_replace()报错:Notice Use of undefined constant的解决方法分析...

    本文实例讲述了PHP正则替换函数preg_replace()报错:Notice Use of undefined constant的解决方法.分享给大家供大家参考,具体如下: 环境错误级别:error ...

  6. use of undefined constant php assumed php,php程序语言中出现:Use of undefined constant H - assumed 'H'...

    php程序语言中出现:Use of undefined constant H - assumed 'H' 來源:互聯網  2009-05-17 10:05:23  評論 分類: 電腦/網絡 >& ...

  7. 解决laravel Use of undefined constant JSON_INVALID_UTF8_SUBSTITUTE - assumed ‘JSON_INVAL

    安装 Laravel6.0报错 Use of undefined constant JSON_INVALID_UTF8_SUBSTITUTE - assumed 'JSON_INVAL php 版本问 ...

  8. 修复Warning: Use of undefined constant PRC – assumed ‘PRC

    图片描述 原因 php7.2将不加单引号的视为常量 解决 前后加单引号' 修改后具体代码 转载请注明:大魔王ISDevil's Blog » 修复Warning: Use of undefined c ...

  9. Use of undefined constant WP_ADMIN - assumed ‘WP_ADMIN‘

    如果 WordPress 网站运行的 PHP 版本 从 7.0 升级到 7.4,提示如下警告: Warning: Use of undefined constant WP_ADMIN - assume ...

最新文章

  1. MongoDB修改器的使用1
  2. HI3519安装SDK错误
  3. 关系型数据库 和 非关系型数据对比 以及 MySQL与Oracle对比
  4. py+selenium 报错NameError: name 'NoSuchElementException' is not defined【已解决】
  5. Qt中多线程间的互斥
  6. Windbg学习 (0x0001) 安装与基本配置
  7. draw graph using gnuplot
  8. 什么是REST API?
  9. 抢红包 动画 android,疯狂猜动画红包版
  10. 一个模型搞定多个CTR业务!阿里STAR网络介绍(附代码实现)
  11. 大公司的资深工程师和小公司的Leader如何决择?
  12. getset原子性 redis_对比各类分布式锁缺陷,抓住Redis分布式锁实现命门
  13. VC6.0 files---open 出现 MSDEV.exe错误,Project ---- add to project 出现错误等等~~
  14. canape数据导入matlab,CANape使用介绍
  15. idea导入项目后,没有项目结构
  16. 使用Python Chord包画出好看的弦图
  17. PackageManager的基本使用
  18. 卡饭论坛--金山毒霸/卫士 广告过滤规则(附纯文本版) [2015.7.1] 党生日版
  19. 0611 auto sorting and resend script
  20. 【杂谈】打工人如何喝一杯精致健康的咖啡

热门文章

  1. 接入微信电子发票java_接入微信电子发票流程步骤
  2. 什么是shell?怎么编写脚本?怎么调用脚本?
  3. 2017 年一月联考逻辑真题
  4. 荣获中国专利金奖 百度连续四年AI专利申请和授予量全国第一
  5. cached in the local repository的解决办法
  6. 几乎必问,Spring 面试题开胃菜
  7. Android(一)win10配置java环境、安装Android studio
  8. 虚拟机pin不通外网pin不通百度的解决方式
  9. 运用爬虫和分词库统计nga某板块标题词频
  10. UE4 蓝图修改Array 中Get a copy 为 reference