php pdo扩展问题
我安装Piwik之后,将源码放入指定的根目录下,开启服务后.页面检测提示PHPversion>5.1.3PdoextensionPdo_MysqlextensionYou...
我安装Piwik之后,将源码放入指定的根目录下,开启服务后.页面检测提示
PHP version > 5.1.3Pdo extensionPdo_Mysql extensionYou need to enable the PDO and PDO_MYSQL extensions in your php.ini file.
On a windows server you can add the following lines in your php.ini
extension=php_pdo.dll
extension=php_pdo_mysql.dll
On a Linux server you can compile php with the following option --with-pdo-mysql In your php.ini, add the following lines
extension=pdo.so
extension=pdo_mysql.so
More information on the PHP website. Directories with write access D:\www\web\config
D:\www\web\tmp
D:\www\web\tmp\templates_c
D:\www\web\tmp\cache
D:\www\web\tmp\latest
Optional Memory limit?M GD > 2.x (graphics)set_time_limit() allowedmail() allowedLegend
Ok
Error: An error occured - must be fixed before you proceed
Warning: Piwik will work normally but some features may be missing
求高手远程调示 展开
PHP version > 5.1.3Pdo extensionPdo_Mysql extensionYou need to enable the PDO and PDO_MYSQL extensions in your php.ini file.
On a windows server you can add the following lines in your php.ini
extension=php_pdo.dll
extension=php_pdo_mysql.dll
On a Linux server you can compile php with the following option --with-pdo-mysql In your php.ini, add the following lines
extension=pdo.so
extension=pdo_mysql.so
More information on the PHP website. Directories with write access D:\www\web\config
D:\www\web\tmp
D:\www\web\tmp\templates_c
D:\www\web\tmp\cache
D:\www\web\tmp\latest
Optional Memory limit?M GD > 2.x (graphics)set_time_limit() allowedmail() allowedLegend
Ok
Error: An error occured - must be fixed before you proceed
Warning: Piwik will work normally but some features may be missing
求高手远程调示 展开
2个回答
2013-07-27
展开全部
就跟楼上的说的差不多 php.ini 首先找到你的php.ini文件 用phpinfor()看看 你的ini文件在什么地方 找到后打开 找你上面提示的那几个文件 如果有把前面的分号“;”去掉 如果没得 用同样的方式加上 然后再到ext文件夹下面看看那几个文件在不在 不在可以到网上去下 完了你还可以开启ini模块测试提示 看那些还没配置好 完了就差不多了 重启一下
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-07-27
展开全部
搜索php.ini,找到下面的这一行文本。
;Windows Extensions
下面都是用分号在前面主事掉了支持的扩展模块,在后面追加下面的一行代码。
extension=php_pdo.dll
这是所有PDO驱动程序共享的扩展,必须得有。然后,就看您使用什么数据库。如果使用MySQL,那么添加下面的一行。
extension=php_pdo_mysql.dll
保存php.ini,重启Apache服务器。就应该可以了。
;Windows Extensions
下面都是用分号在前面主事掉了支持的扩展模块,在后面追加下面的一行代码。
extension=php_pdo.dll
这是所有PDO驱动程序共享的扩展,必须得有。然后,就看您使用什么数据库。如果使用MySQL,那么添加下面的一行。
extension=php_pdo_mysql.dll
保存php.ini,重启Apache服务器。就应该可以了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询