XAMPP安装成功后无法安装Bugfree
本帖最后由 默默飞鸢 于 2011-9-27 15:19 编辑求各位前辈指点,按照安装提示安装了XAMPP以后,http就打不开localhost了,但是用https就可以打开,这是什么问题?
还有就是除了只能用https打开主页以外,XAMPP运行一切正常,但是没法像安装过程中指导的那样输入http://localhost/bugfree/install.php打不开网页,但是输入https://localhost/bugfree/install.php进行安装,页面会提示File 'Include/Config.inc.php' cannot be found,这个应该怎么处理才能恢复正常?在线等解答 看看apache的配置是否正确,站点路径是否正确。 配置和正确的,现在http也能打开主页了,就是把bugfree解压到安装XAMPP的htdoc目录下后,在浏览器输入http://localhost/bugfree/install.php后还是提示File 'Include/Config.inc.php' cannot be found.
You can manually copy a new Include/Config.inc.php from Include/Config.inc.Sample.php.
我已经把include文件夹里的config.inc.Sample.php改成config.inc.php还是一样的报错。。。。:'( 我用了高版本的bugfree,是3.0.2的,安装成功后还是进不去这怎么办啊? 紧急求救啊!!各路高手! You can manually copy a new Include/Config.inc.php from Include/Config.inc.Sample.php.
你要先复制再改文件名称为Config.inc.php,之前的Config.inc.Sample.php保留 Config.inc.Sample.php和Config.inc.php是两个文件,他们都应该存在的,如果实在找不到Config.inc.php文件的话,自己先建一个文件,这个文件的内容其实很简单的。
这是我的一些信息,你参考下
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'mantis';
$g_db_username = 'root';
$g_db_password = 'root';
?> 楼主是怎么解决的?我现在也遇到了这个问题了
页:
[1]