【问题标题】:Database Exception – yii\db\Exception : could not find driver数据库异常 – yii\db\Exception : 找不到驱动程序
【发布时间】:2018-12-09 22:00:30
【问题描述】:

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

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

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

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

【问题讨论】:

    标签: php postgresql yii centos


    【解决方案1】:

    这是安装文件的问题。安装以下命令就可以了:yum install php-pgsql

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-09
      • 1970-01-01
      • 2021-06-12
      • 2012-09-22
      • 2021-12-03
      相关资源
      最近更新 更多