Maison >développement back-end >tutoriel php >laravel提示Use of undefined constant MCRYPT_RIJNDAEL_128 ?

laravel提示Use of undefined constant MCRYPT_RIJNDAEL_128 ?

WBOY
WBOYoriginal
2016-07-06 13:53:461736parcourir

Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
通过apache启动时正常,但是用nginx启动就报这个错误。
laravel提示Use of undefined constant MCRYPT_RIJNDAEL_128 ?

这是在nginx下查看的

回复内容:

Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
通过apache启动时正常,但是用nginx启动就报这个错误。
laravel提示Use of undefined constant MCRYPT_RIJNDAEL_128 ?

这是在nginx下查看的

看起来没有正确加载mcrypt模块;
可能nginx和apache加载的php配置文件不同,你用Nginx启动后;
写个phpinfo();查看php.ini的路径是否和apache下一致,或者直接查看下面的配置段是否有mcrypt配置段;
根据查到的php.ini路径,检查或配置mcrypt模块开启;然后重启php进程;

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn