'PDOException',消息'找不到驱动程序'(Centos,PHP 5.6)

时间:2016-08-22 09:33:54

标签: php pdo sqlite centos

错误:

  

致命错误:未捕获的异常'PDOException',消息'找不到驱动程序'在/test2.php:6堆栈跟踪:#0 /test2.php(6):PDO-> __ construct('sqlite3:/ var / ww ...')在第6行的/test2.php中抛出#1 {main}

第6行

<table cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td class="label" style="font-family: Courier New; text-align: left;
        font-size: 120%; width: 20%; ">
            Aggregate Name:
        </td>
        <td class="field" style="text-align: left; width: 30%;">
            <input type="text" style="width: 90%" />
        </td>
        <td class="label" style="font-family: Courier New; text-align: left;
        font-size: 120%; width: 20%; ">
            Aggregate Name:
        </td>
        <td class="field" style="text-align: left; width: 30%;">
            <input type="text" style="width: 90%" />
        </td>
    </tr>
   ...

Centos 7

PHP 5.6(可以在ISP-manager 5中更改版本,但不能在所有版本中使用)

怎么办?感谢。

1 个答案:

答案 0 :(得分:0)

尝试

sudo yum install php56-pdo sqlite

或者

sudo yum install php-sqlite

我不太确定(目前我没有CentOS服务器来测试它)但我从这些答案中获取[1] [2]