Closed Bug 471992 Opened 16 years ago Closed 15 years ago

Search+Reports give Internal Server Error

Categories

(Testopia :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: buchner.johannes, Assigned: gregaryh)

Details

Attachments

(1 file)

Hi!

I noticed that the 3.2 bugzilla patched with the testopia 2.2 Beta I downloaded today crashes when I try to use the search page (just opening it), or the Reports.

The html output is:

The server log is (for each request):
[Sat Jan 03 17:18:34 2009] [error] Undefined subroutine &ModPerl::ROOT::ModPerl::Registry::var_www_html_bugs_query_2ecgi::editable_bug_fields called at /var/www/html/bugs/query.cgi line 238.\n
where /var/www/html/bugs is my bugzilla install directory and _2e is ?.

My Perl configuration looks like this:

<Location />
      AddHandler perl-script .cgi .pl
      PerlHandler ModPerl::Registry
      PerlSendHeader On
      PerlOptions +ParseHeaders
      AllowOverride None
      Order Deny,Allow
      Allow from all
</Location>
LoadModule perl_module modules/mod_perl.so
PerlModule Apache2::compat
PerlOptions +GlobalRequest
PerlSwitches -I/var/www/html/tests  -I/var/www/html/bugs -I/var/www/html/bugs/ -I/var/www/html/bugs/lib -w -T
PerlConfigRequire /var/www/html/bugs/mod_perl.pl



I fixed it with the attached patch (1 Line). Please move if it is a Bugzilla bug. 



Regards,
Johannes
Likewise to bug 472435
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: