安装 habari
我在安装 habari 时遇到错误:
安装程序无法验证您的 设置,可能是因为您的服务器 未正确配置。请参阅 手册,了解如何进行操作的信息 纠正此问题,或继续 无需数据库验证
知道问题可能是什么吗?我非常确定我输入的数据库信息是正确的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我的水晶球有点模糊。
请提供以下信息:
另请考虑交叉发帖到 Habari 邮件列表,您可能会在其中从其他 Habari 用户处获得及时帮助。
My crystal ball is a little hazy.
Please provide the following information:
Also consider cross posting to the Habari mailing list where you are likely to get prompt assistance from other Habari users.
Habari 不编写 htaccess。我手动添加了这个,一切都很好。
Habari doesn't write the htaccess. I manually added this and everything was fine.
您可能需要手动编写 HTACCESS。
此处:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
重写库 /
重写规则。索引.php [PT]
You might want to write manually the HTACCESS.
here:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteBase /
RewriteRule . index.php [PT]