您的位置:BugFree > 论坛 > 技术支持 > BugFree Support[BugFree安装支持] > [问题]我安装了3.0,但没有用户管理功能--附上我的详细步骤
2005-05-09 16:44:52 [问题]我安装了3.0,但没有用户管理功能--附上我的详细步骤
#1
黄三
访问次数 : 21
注册日期 : 05-05-09 16:26
上次访问 : 09-10-29 21:05
我是一个菜鸟,不过做硬件测试也好多年了,以前用的bug管理软件是基于linux的,这次装了0.3,其它的都没有问题,但就是没有‘后台管理’。我的系统是windows2000+sp4。
下面是我参考刘振飞的《在 Windows 平台上安装 BugFree 的详细步骤》写的我的安装步骤,请达人帮忙

1. 安装 EasyPHP 1.7,到 C:Program FilesEasyPHP1-7
2. 启动 EasyPHP,把界面语言改为English
3. 在浏览器访问(以后如果没有注明,则都是指浏览器) http://localhost,显示 EasyPHP 的首页
4. 把 C:Program FilesEasyPHP1-7PhpMyAdmin 目录拷贝到 C:Program FilesEasyPHP1-7www 目录下
5. 访问 http://localhost/PhpMyAdmin/,在页面上点击‘权限’,在新打开的页面 root 用户栏选择‘编辑’,在新打开的页面更改密码1234
6. 用word打开C:Program FilesEasyPHP1-7wwwPhpMyAdminconfig.inc.php ,把名root的MySQL uesr的MySQL password也改成上述密码
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '1234'; // MySQL password (only needed
备注:只改这一处
7. 把 BugFree.rar 解压缩到 C:Program FilesEasyPHP1-7www 目录下
8. 用word打开C:Program FilesEasyPHP1-7wwwBugFreeIncludeConfigBug.inc.php,把两处密码改为上述 root 密码
$BugConfig["BugDB"]["Password"] = "1234";
$BugConfig["UserDB"]["Password"]= "1234";
备注:只改这2处。
9. 通过 http://localhost/PhpMyAdmin/,创建一个新库 BugFree
10. 在‘数据库bugfree运行于localhost’页面点击‘SQL’,在新页面点击‘浏览’指定执行文件 C:Program FilesEasyPHP1-7wwwBugFreeDocumentBugFree.sql,以创建 BugFree 所需的数据表
11.修改 C:Program FilesEasyPHP1-7apachephp.ini 下列配置参数为:
allow_call_time_pass_reference = On
error_reporting = E_ALL & ~E_NOTICE
register_globals = On
备注:改了好多处,所有数值一样且有=号的全部改了。
12.通过 EasyPHP 来重新启动 Apache:先 Stop,再 Start
13.访问 http://localhost/BugFree,使用用户名 liuzf,密码 123456 进行登录
14.此时可以看到 BugFree !
[size=18][color=red]15.登录后可以通过右上角的 [后台管理] 来管理用户和项目/模块。----就是这个没有[/color][/size]

[color=red]注意:
Bugfree 的默认用户名是admin,密码是123456
Edited by Mr.Lee[/color]
最后编辑, 07-05-09 14:55
回帖
2005-05-09 17:07:44
#2
neo
访问次数 : 11
注册日期 : 05-05-09 17:05
上次访问 : 09-10-29 21:05
修改 BugFreeIncludeConfigBug.inc.php, 修改$BugConfig["AdminUser"] = array("admin");把admin改成具有管理员权限的用户,比如 liuzf, 这样liuzf在登录系统后,会在右上角看到后台管理选项
回帖
2005-05-11 10:42:27
#3
黄三
访问次数 : 21
注册日期 : 05-05-09 16:26
上次访问 : 09-10-29 21:05
谢谢,已经好了。
另外,请帮我看看我那些修改文件的参数有没有问题,不要笑我菜,我是真的没有底。
回帖
2005-05-11 11:30:56
#4
hotheart
访问次数 : 51
注册日期 : 05-05-08 17:26
上次访问 : 09-10-29 21:05
大哥,小弟怎么也没下载下来0.3版,跪求您把你的0.3版传给我一份吧。
我的信箱&MSN:ZJFFJZ4@HOTMAIL.COM

谢谢了,谢谢了,谢谢了,谢谢了。
回帖
2005-05-13 11:02:12
#5
armor
访问次数 : 1
注册日期 : 05-05-13 10:42
上次访问 : 09-10-29 21:05
我改完以后为什么就出现错误了

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 146

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 158

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 163

原来还能登陆的,就是没有管理台
回帖
2005-05-13 11:05:48
#6
armor
访问次数 : 1
注册日期 : 05-05-13 10:42
上次访问 : 09-10-29 21:05
我改完以后为什么就出现错误了

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 140

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 146

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 158

Warning: Cannot modify header information - headers already sent by (output started at d:program fileseasyphp1-8wwwbugfreeIncludeConfigBug.inc.php:1) in d:program fileseasyphp1-8wwwbugfreeIncludeSetupBug.inc.php on line 163

原来还能登陆的,就是没有管理台
回帖
2005-05-13 11:22:16
#7
armor
访问次数 : 1
注册日期 : 05-05-13 10:42
上次访问 : 09-10-29 21:05
我把原来的config.inc.php文件覆盖了,又回到原来的情况了,就是liuzf可以登录,但是没有控制台,这是为什么,难道是编辑器的问题,我就是用记事本改的,而且出现错误后改回原来的admin,还是同样的错误,这是为什么,现在还是没有控制台
回帖
2005-05-13 11:22:58
#8
armor
访问次数 : 1
注册日期 : 05-05-13 10:42
上次访问 : 09-10-29 21:05
我把原来的config.inc.php文件覆盖了,又回到原来的情况了,就是liuzf可以登录,但是没有控制台,这是为什么,难道是编辑器的问题,我就是用记事本改的,而且出现错误后改回原来的admin,还是同样的错误,这是为什么,现在还是没有控制台
回帖
2005-05-14 23:10:34
#9
wwccss
访问次数 : 593
注册日期 : 05-05-01 10:08
上次访问 : 10-07-19 11:44
你换一个编辑器试一下,比如写字板,或者其他的编辑器。
回帖
2005-05-17 09:35:42
#10
dinggn
访问次数 : 1
注册日期 : 05-05-12 08:34
上次访问 : 09-10-29 21:05
我按照上面说的操作步骤进行到
9. http://localhost/PhpMyAdmin/时,出现如下错误:

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said:

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client[/color]

请哪位帮忙看一下是什么问题,怎样解决?
非常感谢!
回帖
2005-05-17 17:59:49
#11
wwccss
访问次数 : 593
注册日期 : 05-05-01 10:08
上次访问 : 10-07-19 11:44
你的mysql应该是4.1系列版本的。请按照下面的方法修改:

[quote]如果你升级mysql到4.1以上版本后遇到以上问题,请先确定你的mysql client 是
4.1或者更高版本.(WINDOWS下有问题你就直接跳到下面看解决方法了,因为MYSQL 在WINDOWS是client和server一起装上了的)

请使用以下两种方法之一

其一:

mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

其二:

mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd')
-> WHERE Host = 'some_host' AND User = 'some_user';
mysql> FLUSH PRIVILEGES;

上面红色的部分请按自己实际情况修改....
[/quote]
回帖