Bug 207577

Summary: internal server error while reporting bug
Product: [Websites] bugs.kde.org Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: Matt Rogers <mattr>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Will Stephenson 2009-09-16 14:34:29 UTC
Version:            (using Devel)
Installed from:    Compiled sources

I wanted to report a bug (207576) against product: kfile-plugins, component mp3.  So I searched on 'kfile' in the bug report wizard and that found an 'mp3' entry which oddly had no description after the '-'.  

When I submitted the report I get the following error text.

Bad argument product sent to Bugzilla::Component::new function. 

The same report against kfile-plugins/ogg works fine.
Comment 1 Matt Rogers 2009-09-20 04:20:50 UTC
weird. will take a look at it
Comment 2 Matt Rogers 2010-01-17 03:22:35 UTC
SVN commit 1075938 by mattr:

Fix bug 207577

I don't know what the digit search was for, but it was causing this bug
because the mp3 component as a digit in its name. Remove that search
style and voila! working wizard.

CCBUG: 207577

 M  +0 -11     wizard.cgi  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1075938
Comment 3 Matt Rogers 2010-01-17 03:28:05 UTC
SVN commit 1075941 by mattr:

BUG: 221357
BUG: 207577

Merged revisions 1075937-1075938 via svnmerge from 
svn+ssh://mattr@svn.kde.org/home/kde/branches/bugs/3.2

........
  r1075937 | mattr | 2010-01-16 20:22:23 -0600 (Sat, 16 Jan 2010) | 7 lines
  
  Fix overquoting bugs in the header
  
  If there are other bugs in other headers, it's best to open new bugs for
  those places. I only fixes the two places that were pointed out in the
  bug report.
  
........
  r1075938 | mattr | 2010-01-16 20:22:33 -0600 (Sat, 16 Jan 2010) | 7 lines
  
  Fix bug 207577
  
  I don't know what the digit search was for, but it was causing this bug
  because the mp3 component as a digit in its name. Remove that search
  style and voila! working wizard.
  
........


 _M            . (directory)  
 A             template/account/prefs/prefs.html.tmpl   branches/bugs/3.2/template/account/prefs/prefs.html.tmpl#1075938
 A             template/bug/votes/list-for-user.html.tmpl   branches/bugs/3.2/template/bug/votes/list-for-user.html.tmpl#1075938
 M  +0 -11     wizard.cgi  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1075941