|
参考了一些网友的资料:《win2000下bugzilla安装实录》、《bugzilla安装方法》、《winxp下bugzilla安装指南》、《最近终于装好的bugzilla>等,再此谢谢这些朋友!sdlkfj2
自己整理的《bugzilla之win2000安装完美篇》地址:http://bbs.51testing.com/viewthread.php?tid=89229&highlight=bugzilla%2Bmarysnow
今天终于又可以使用bugzilla了。但是装的这个版本仍有一些问题,如下:(请高手进来指教一下)
环境:win2000server sp4; IIS5;
软件:mysql-essential-4.1.22-win32.msi; mysqlcc-0.9.4-win32.zip; ActivePerl-5.8.8.820-MSWin32-x86-274739.msi; bugzilla-2.20.4; BugzillaModules-2.20.zip ; sendmail for windows.
问题1:登陆页面上面的login登陆会产生错误,下面的login登陆后会跳回原来的登陆页面,比如一开始是http://localhost/bugzilla/
输入正确的用户名和密码,则转到http://127.0.0.1/bugzilla,提示无法显示页面。
目前的解决方法:就是在主页面上——击log in——进入到登录页面后,输入用户名和密码方可登录。
问题2:在IE里输入:http://localhost/bugzilla/ 回车后,页面上报错了“[Tue Sep 25 15:25:12 2007] index.cgi: Use of uninitialized value in substitution (s///) at (eval 29) line 44. ” (首页报错)
注:此问题曾经有网友遇到过,但至今未解决!
问题3: bugzilla2.20.4版在“Adding new product"时输入的名字只能是英文,如果是汉字,则报错:
Software error:
DBD::mysql::st execute failed: Duplicate entry '' for key 2 [for Statement "INSERT INTO
products ( name, description, milestoneurl, disallownew, votesperuser, maxvotesperbug,
votestoconfirm, defaultmilestone, classification_id ) VALUES ( '测试项目','测试项
目','','0','0','10000','0','---','1')"] at Bugzilla/DB.pm line 84
Bugzilla:B::SendSQL('INSERT INTO products ( name, description, milestoneurl,
disal...') called at C:\bugzilla\editproducts.cgi line 523
For help, please send mail to this site's webmaster, giving this error message and the time
and date of the error.
[Tue Sep 25 15:30:31 2007] editproducts.cgi: DBD::mysql::st execute failed: Duplicate entry
'' for key 2 [for Statement "INSERT INTO products ( name, description, milestoneurl,
disallownew, votesperuser, maxvotesperbug, votestoconfirm, defaultmilestone,
classification_id ) VALUES ( '测试项目','测试项目','','0','0','10000','0','---','1')"] at
Bugzilla/DB.pm line 84 [Tue Sep 25 15:30:31 2007] editproducts.cgi: Bugzilla:B::SendSQL
('INSERT INTO products ( name, description, milestoneurl, disal...') called at
C:\bugzilla\editproducts.cgi line 523
如果有网友需要上述软件和文档,本人可以共享出来!
联系方式:MSN:marysnow@163.com 或留言!
[ 本帖最后由 marysnow 于 2007-9-25 16:26 编辑 ] |
|