奇怪了,安装到设置数据库这一步,却怎么也通不过

由 vivafei 于 周五, 2008-08-01 21:34 提交。

奇怪了,安装到设置数据库这一步,却怎么也通不过,不可能会有填写错误的情况出现的,整整搞了快3个小时了,还是没办法通过这一步,麻烦哪个朋友给个解决方法??

详细些,有没有出错

详细些,有没有出错提示?白屏?还是不断刷新?

-------

http://fhileo.cn
http://www.networkdictionary.com
http://www.networkdictionary.cn

没任何提示,填写数

没任何提示,填写数据库相关信息后,点下一步,却仍是变成跟没填写数据库信息一样,如果填写错误的话,是有错误提示的

同样问题

我遇到同样问题,只好暂且安装D5.9
虚拟主机配置:php5.0以上, MySQL5.0以上

我也是同样的问题

设置好数据库后,点下一步,又返回到设置数据库页面,没有任何错误提示。搞不明白

我在Godaddy的空间调试

我在Godaddy的空间调试,错误提示

Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /home/content/s/i/z/sizhenyu/html/ddfing.com/drupal/includes/install.inc on line 187

Warning: Cannot modify header information - headers already sent by (output started at /home/content/s/i/z/sizhenyu/html/ddfing.com/drupal/includes/install.inc:187) in /home/content/s/i/z/sizhenyu/html/ddfing.com/drupal/includes/install.inc on line 617

Warning: Cannot modify header information - headers already sent by (output started at /home/content/s/i/z/sizhenyu/html/ddfing.com/drupal/includes/install.inc:187) in /home/content/s/i/z/sizhenyu/html/ddfing.com/drupal/includes/install.inc on line 618

换到双子星的试用空间,就变成跟LZ一样,怎么也设置不过

我的也是这样的问题

本来是用汉化的装的,出现了如上的问题,后来改用英文版的还是有上述问题,不知道是怎么回事??

是你的数据库的文件没有设置好

数据库的配置稍微的麻烦一点,你需要先在mysql数据库下添加一个新的数据库,这里
暂时定数据库名字为“d6”。然后你需要去“/sites/default/settings.php”这个文件里
改一个数据库连接语句:
$db_url = 'mysql://username:password@localhost/databasename';
这里的username指的是你的数据库连接的username,也是图3中的“Database username”.
这里的password指的是你的数据库连接的password,也是图3中的“Database password”.
这里的databasenam指的是你的数据库连接的databasenam,也是图3中的“Database name”.
把这句代码修改为
$db_url = 'mysql://root:pass@localhost/d6';
root,是你的数据库连接的用户名
pass,是你的数据库连接的密码
d6,是你新创建的数据库
详情参考

http://www.5iphp.com/zh-hans/tech/164.html
==============a scratch of pen of jason==================
www.5iphp.com 关于drupal学习、drupal经验、drupal教程的网站

我用的免费虚拟空间 localhost处到底该添什么

我用的免费虚拟空间 localhost处到底该添什么