返回信息流index.html的可以打开,但是PHP后缀的打不开,我设了php环境了,但是打开的页面显示Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in E:\wwwroot\meetroom\index.php:14 Stack trace: #0 E:\wwwroot\meetroom\index.php(14): PDO->__construct('sqlite:room.db') #1 E:\wwwroot\meetroom\index.php(141): weekCalendar() #2 {main} thrown in E:\wwwroot\meetroom\index.php on line 14
这是一条镜像帖。来源:北邮人论坛 / www-technology / #14649同步于 2011/9/23
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖
如何搭建php网站
haishidx
2011/9/23镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
没有找到SQLite的PDO driver,这个提示已经很清楚了。
看看你的ext下面有没有php_pdo_sqlite.dll
php.ini文件当中有没有打开extension=php_pdo_sqlite.dll
Try again~
【 在 haishidx (小编) 的大作中提到: 】
: index.html的可以打开,但是PHP后缀的打不开,我设了php环境了,但是打开的页面显示Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in E:\wwwroot\meetroom\index.php:14 Stack trace: #0 E:\wwwroot\meetroom\index.php(14): P
【 在 BookMoth 的大作中提到: 】
: 没有找到SQLite的PDO driver,这个提示已经很清楚了。
: 看看你的ext下面有没有php_pdo_sqlite.dll
: php.ini文件当中有没有打开extension=php_pdo_sqlite.dll
: ...................
v5