laravel提示Use of undefined constant MCRYPT_RIJNDAEL_128 ?
程序员文章站
2022-05-10 22:58:03
...
Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
通过apache启动时正常,但是用nginx启动就报这个错误。
这是在nginx下查看的
回复内容:
Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
通过apache启动时正常,但是用nginx启动就报这个错误。
这是在nginx下查看的
看起来没有正确加载mcrypt模块;
可能nginx和apache加载的php配置文件不同,你用Nginx启动后;
写个phpinfo();查看php.ini的路径是否和apache下一致,或者直接查看下面的配置段是否有mcrypt配置段;
根据查到的php.ini路径,检查或配置mcrypt模块开启;然后重启php进程;
推荐阅读
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案分享
-
PHP运行出现Notice : Use of undefined constant 的解决办法
-
PHP运行出现Notice : Use of undefined constant 的解决办法
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案
-
php提示 Notice: Use of undefined constant name
-
PHP错误Notice : Use of undefined constant 的完美解决方法
-
mac1011 php报错 Use of undefined constant MCRYPT_RIJNDAEL_128
-
oss 报错Use of undefined constant CURLOPT_CLOSEPOLICY
-
PHP 出错 Use of undefined constant prop_values - ass.
-
PHP运行出现Notice:Use of undefined constant的解决办法