本地安装时不能安装数据库由 zryou 于 周六, 2008-06-28 11:21 提交。
我用的是win2003 server,系统中安装了mysql5.0,在建立虚拟目录后进行安装到了第三步Set up database,提示错误 Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support. (Currently using Unicode library Standard PHP) Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports. 在网上找PHP mbstring extension的问题,已经把php_mbstring.dll复制到C:\WINDOWS\system32下了,还是没有用,请大家帮忙! |
用户登录导航水滴榜
新的论坛主题
最新评论
新进会员
|
我记得是修改php.ini ;ex
我记得是修改php.ini
;extension=php_mbstring.dll
替换为
extension=php_mbstring.dll
然后重起一下web服务器
--------------AD-----------------
http://www.petkk.com
现在提示错误为
现在提示错误为:Database configuration
Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports.
建议你装个集成版的
建议你装个集成版的服务器环境,免得天天设置服务器
--------------AD-----------------
http://www.petkk.com
是呀,要使用mysql,还
是呀,要使用mysql,还是装个集成的,都设置好了,简单方便。
---------------------------------------------
cadnx
我也遇到了同样的问题!
我也遇到了同样的问题!
哪里能找到集成的环境阿?