2008-05-02

Drupal 安装

Posted in 挨踢计数 by 豉油主义

这两天趁着上网条件还不错,打算用 Drupal 架一个试验性的网站。

不料将文件上传后打开安装地址,却出现了以下提示:

Incompatible environment
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′))

急忙在网上搜索了一番,发现这是因为 Drupal 从 5.6 版本开始不再支持 register_globals 参数设定为 On 的缘故,怪不得以前在同一台服务器上安装旧版本时并没有碰到过类似问题。

网上介绍的几种解决方法中,这个对我管用——就是在根目录下建立一个 php.ini 文件,写入内容如下:

register_globals Off

You can leave a comment, or trackback from your own site. RSS 2.0

Leave a comment