Drupal安装无法进入第三步,出错如下:

由 puma 于 周四, 2008-07-03 22:33 提交。

第二步:Verify requirements
出现如下提示:
Requirements problem
The following error must be resolved before you can continue the installation process:
-------------------------------------------------------------------------------------------
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))
-------------------------------------------------------------------------------------
Please check the error messages and try again.

关于how to change configuration settings:链接:http://php.net/configuration.changes

我租的是虚拟空间,有个控制面板。是不是数据库设置的问题呢

Drupal安装时会检测PHP

Drupal安装时会检测PHP的设置,这里是说你服务器的PHP配置不符合Drupal的要求,需要将PHP.ini中的register_globals = on 改为 register_globals = off。如果你不能改php.ini,你也可以尝试在drupal目录下的.htaccess文件里面加入

php_value register_globals off

php_value register_globals 0

=======================
关注世界,发现中国。博客,与互联网络共存。
博客基地 - 菠萝菠萝蜜
http://www.blogme.cn

多谢

按照方法2实验了一下,不行。
.htaccess文件中有php_value register_globals on 语句,改了一下。

明天找一下客服吧,看看服务器数据库能否改