数据库异常 – yii\db\Exception:找不到驱动程序

Database Exception – yii\db\Exception : could not find driver

我正在使用 Yii2 开发 Centos。我已将 php 5.4 升级到 php 7.1.19,但升级后显示错误:

Database Exception – yii\db\Exception could not find driver Caused by: PDOException could not find driver

我已经在 /etc/php.d 和 /usr/lib64/php/modules 中添加了配置文件,但它仍然给我同样的错误。 我已经使用 php -me 检查过 pgsql 的扩展名不可用。

任何建议都会有很大的帮助。谢谢。

这是安装文件的问题。安装以下命令完成了工作:yum install php-pgsql