Closed Bug 345313 Opened 19 years ago Closed 19 years ago

Undefined subroutine &Bugzilla::Component::check_component called at C:/Bugzilla/post_bug.cgi line 145.

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 344497

People

(Reporter: thomasnorlund, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Made a clean install of Bugzilla version 2.23.2, added users and new products with components without any problems. But when it came to adding a bug I got the following error on commit. Software error: Undefined subroutine &Bugzilla::Component::check_component called at C:/Bugzilla/post_bug.cgi line 145. The code is as follows in post_bug.cgi: # Some sanity checking $cgi->param('component') || ThrowUserError("require_component"); my $component = Bugzilla::Component::check_component($product, scalar $cgi->param('component')); Reproducible: Always Steps to Reproduce: 1. Fill in fields for new bug 2. Submit form 3. Actual Results: Errorscreen: Software error: Undefined subroutine &Bugzilla::Component::check_component called at C:/Bugzilla/post_bug.cgi line 145. Expected Results: It should have stored the new bug in the database
*** This bug has been marked as a duplicate of 344497 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.