PHP Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/billstatistics/config/app.php on line 83 Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/billstatistics/config/app.php on line 83 [PDOException] could not find driver
local.error: exception 'pdoexception' with message 'could not find driver'
什么原因,我看了php扩展有pdo_mysql
PHP Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/billstatistics/config/app.php on line 83 Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/billstatistics/config/app.php on line 83 [PDOException] could not find driver
local.error: exception 'pdoexception' with message 'could not find driver'
什么原因,我看了php扩展有pdo_mysql
这样报错90%是没有正确加载pdo啊,不用怀疑系统给你的报错。
立即学习“PHP免费学习笔记(深入)”;
注:命令行和服务器的php扩展加载是不一样的
第二,敢问题主用的laravel版本是?
第三,貌似你的laravel还需要MCRYPT的支持?
以后有什么laravel相关的问题,可以到这里laravist来交流一下,我会尽力帮你解决
sudo apt-get install php5-mcrypt sudo php5enmod mcrypt //php.ini extension=mcrypt.so sudo service apache2 restart
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号