Bug 1141374

Summary: Database error involving Bugzilla::Product
Product: [Fedora] Fedora Reporter: dannyking20022001
Component: bugzillaAssignee: Itamar Reis Peixoto <itamar>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 20CC: bazanluis20, emmanuel, itamar, mcepl, mcepl, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-17 18:50:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description dannyking20022001 2014-09-12 20:51:24 UTC
Description of problem:
I receive the database error after running ./checksetup at the very end of the install. 
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. ./checksetup
2.
3.

Actual results:
I get this database error 

DBD::mysql::db do failed: Cannot add or update a child row: a foreign key constraint fails (`bugzilla`.`products`, CONSTRAINT `fk_products_classification_id_classifications_id` FOREIGN KEY (`classification_id`) REFERENCES `classifications` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) [for Statement "INSERT INTO products (description, defaultmilestone, classification_id, name) VALUES (?,?,?,?)"] at Bugzilla/Object.pm line 556, <STDIN> line 4.
        Bugzilla::Object::insert_create_data('Bugzilla::Product', 'HASH(0x96dcb58)') called at Bugzilla/Product.pm line 95
        Bugzilla::Product::create('Bugzilla::Product', 'HASH(0x6d53e50)') called at Bugzilla/Install.pm line 260
        Bugzilla::Install::create_default_product() called at ./checksetup.pl line 231


Expected results:
A clean install

Additional info:
This is a clean yum install from fedora 20 with all perl modules the right version

Comment 1 Jason McDonald 2014-09-15 00:53:36 UTC
Reassigning to the bugzilla component of the Fedora product.  The Bugzilla product in this bug tracker is specifically for Red Hat's customized version of Bugzilla, whereas this bug relates to Fedora's packaged version of the upstream Bugzilla project.