0

I am getting an error on installing habari:

The installer couldn't verify your settings, possibly because your server is not correctly configured. See the manual for information on how to correct this problem, or continue without database verification

Any idea on what the problem could be? I am quite sure that the database information I am putting is correct.

4

3 回答 3

1

我的水晶球有点朦胧。

请提供以下信息:

  • 平台:Linux、Windows、MacOS、OpenSolaris?
  • 托管服务提供商?
  • 数据库:MySQL、SQLite 或 Postgres(包括版本号)?
  • 网络服务器:Apache、Lighttp、Nginx?
  • PHP 版本和配置的扩展 - 指向 phpinfo() 输出的链接总是非常有用的。
  • Habari 版本 - 最新的稳定版本或主干?如果是后者,请指定确切的 SVN 版本号。

还可以考虑交叉发布到 Habari邮件列表,在那里您可能会从其他 Habari 用户那里获得及时的帮助。

于 2010-01-19T15:08:36.620 回答
0
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . index.php [PT]

Habari 不编写 htaccess。我手动添加了这个,一切都很好。

于 2010-02-03T01:17:20.053 回答
0

您可能想要手动编写 HTACCESS。这里:

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule 。index.php [PT]

于 2015-03-04T23:54:54.883 回答