Re: [Testrunner-users] Error in setting up Testopia 1.1 on Bugzilla2.22.1
Brought to you by:
efuentetaja,
gregaryh
|
From: Gregary H. <ghe...@no...> - 2006-11-13 18:51:44
|
Everything seems correct to me. I am not sure what would cause the error you are seeing unless your webserver is unable to access the *.pm files in the Bugzilla directory. Check that the permissions are set correctly. I am not sure how one does this in Windows. -- Greg Hendricks <ghe...@no...> On Mon, 2006-11-13 at 06:46 +0000, "Gu, Liu xue PSE NKG" wrote: > Dear all, > > Now I meet an error I have solve it yet described below. If you have > met this error before, please tell me. Thanks for your kind help. > > When I did not integrate testopia with Bugzilla, the Bugzilla works > well. After integrated, the Bugzilla item works well, but, if you click > a testopia link, the following message will appears. > Error message content: > CGI Error > The specified CGI application misbehaved by not returning a complete set > of HTTP headers. > > If I add the sentence: > use CGI::Carp qw(fatalsToBrowser); > > in the end of index.cgi then the errors shown in browser: > > Software error: > Can't locate Bugzilla/DB/Schema.pm in @INC (@INC contains: . C:/Perl/lib > C:/Perl/site/lib) at Bugzilla/DB.pm line 53. > BEGIN failed--compilation aborted at Bugzilla/DB.pm line 53. > Compilation failed in require at globals.pl line 34. > BEGIN failed--compilation aborted at globals.pl line 34. > > For help, please send mail to this site's webmaster, giving this error > message and the time and date of the error. > Software error: > [Wed Nov 8 16:19:07 2006] index.cgi: Can't locate Bugzilla/DB/Schema.pm > in @INC (@INC contains: . C:/Perl/lib C:/Perl/site/lib) at > Bugzilla/DB.pm line 53. > [Wed Nov 8 16:19:07 2006] index.cgi: BEGIN failed--compilation aborted > at Bugzilla/DB.pm line 53. > [Wed Nov 8 16:19:07 2006] index.cgi: Compilation failed in require at > globals.pl line 34. > [Wed Nov 8 16:19:07 2006] index.cgi: BEGIN failed--compilation aborted > at globals.pl line 34. > Compilation failed in require at C:\bugzillatest\index.cgi line 33. > For help, please send mail to this site's webmaster, giving this error > message and the time and date of the error. > > > > > > Concrete environment: > Windows 2003 sever > IIS 6.0 > Bugzilla 2.22.1 > Testopia 1.1 beta > > > > C:\bugzilla2221>tr_install.pl -nopatch > Now installing Testopia ... > > Skip patching Bugzilla's files. > > Setting file permissions ... > Running on Windows or Cygwin... skipping permissions... > Done. > > Checking Testopia database ... > Done. > > Checking Testopia groups ... > Done. > > Cleaning up Testopia cache ... > Done. > > Testopia installed successfully! > > C:\bugzilla2221>checksetup.pl > > > Best Regards, > > > Liuxue Gu > |