<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Also, I just realized you had a MySQL upgrade in there as well.
I'm pretty sure MySQL has their own upgrade stuff you need to run
on the databases when going between major versions like that. Not
positive, but that's something else to check into at least.<br>
</p>
<div class="moz-cite-prefix">On 12/20/24 9:26 AM, Hunt, Ron
(PERATON) wrote:<br>
</div>
<blockquote type="cite"
cite="mid:SA1P110MB1568D31A5AD958F795633069F507A@SA1P110MB1568.NAMP110.PROD.OUTLOOK.COM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator"
content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
<style>@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face
{font-family:Aptos;}@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Aptos",sans-serif;
mso-ligatures:standardcontextual;}a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
font-size:10.0pt;
font-family:"Courier New";
mso-ligatures:none;}span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;
mso-ligatures:standardcontextual;}span.EmailStyle23
{mso-style-type:personal-reply;
font-family:"Aptos",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;
mso-ligatures:none;}div.WordSection1
{page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">No, it didn’t but that makes since. I will
reload and see if this issue goes away.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<br>
Ron<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div
style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span
style="font-family:"Calibri",sans-serif;mso-ligatures:none">From:</span></b><span
style="font-family:"Calibri",sans-serif;mso-ligatures:none">
support-list <a class="moz-txt-link-rfc2396E" href="mailto:support-list-bounces@bugzilla.org"><support-list-bounces@bugzilla.org></a>
<b>On Behalf Of </b>David Miller<br>
<b>Sent:</b> Friday, December 20, 2024 9:24 AM<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:support-list@bugzilla.org">support-list@bugzilla.org</a><br>
<b>Subject:</b> [EXTERNAL] Re: Error generated when
attempting to create a new bug in Bugzilla 5.2<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>That sounds like checksetup.pl didn't finish. The table it's
flagging is one that gets modified by the upgrade script
between 5.0.6 and 5.2. Did checksetup.pl give you any errors
when you upgraded?<span
style="font-size:12.0pt;mso-ligatures:none"><o:p></o:p></span></p>
<div>
<p class="MsoNormal">On 12/18/24 8:42 AM, Hunt, Ron (PERATON)
wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Hello,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">I have just completed my upgrade from
Bugzilla 5.0.6 to Bugzilla 5.2 and loaded my MySql upgrade
from 57 to 80 database which was converted into a new format
during the Bugzilla install. When I access my Bugzilla
website and attempt to create a new bug, I am getting the
following error:<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">undef error - DBD::<a href="mysql::db"
moz-do-not-send="true" class="moz-txt-link-freetext">mysql::db</a>
selectcol_arrayref failed: Table 'prds.flagexclusions'
doesn't exist [for Statement "SELECT id FROM flagtypes INNER
JOIN flaginclusions AS i ON flagtypes.id = i.type_id LEFT
JOIN flagexclusions AS e ON (flagtypes.id = e.type_id AND
(e.component_id = 249 OR e.component_id IS NULL) AND
((e.product_id = 12 ) OR e.product_id IS NULL)) WHERE 1=1
AND (i.product_id = 12 OR i.product_id IS NULL) AND
(i.component_id = 249 OR i.component_id IS NULL) AND
e.type_id IS NULL"] at Bugzilla/DB.pm line 64.
Bugzilla::DB::__ANON__(Bugzilla::DB::Mysql=HASH(0x56399d0f38c0),
"SELECT id FROM flagtypes INNER JOIN flaginclusions AS i ON
fl"...) called at Bugzilla/FlagType.pm line 623
Bugzilla::FlagType::match(HASH(0x56399dbfa828)) called at
Bugzilla/Component.pm line 381
Bugzilla::Component::flag_types(Bugzilla::Component=HASH(0x56399d856be8))
called at template/en/default/bug/create/create.html.tmpl
line 50 eval {...} called at
template/en/default/bug/create/create.html.tmpl line 50 eval
{...} called at
template/en/default/bug/create/create.html.tmpl line 65 eval
{...} called at
template/en/default/bug/create/create.html.tmpl line 18
Template::Provider::__ANON__(Bugzilla::Template::Context=HASH(0x56399d73ecf0))
called at /usr/local/lib64/perl5/Template/Document.pm line
166 eval {...} called at
/usr/local/lib64/perl5/Template/Document.pm line 164
Template::Document::process(Template::Document=HASH(0x56399dab9d28),
Bugzilla::Template::Context=HASH(0x56399d73ecf0)) called at
/usr/local/lib64/perl5/Template/Context.pm line 354 eval
{...} called at /usr/local/lib64/perl5/Template/Context.pm
line 324
Template::Context::process(Bugzilla::Template::Context=HASH(0x56399d73ecf0),
Template::Document=HASH(0x56399dab9d28)) called at
Bugzilla/Template/Context.pm line 36
Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x56399d73ecf0),
Template::Document=HASH(0x56399dab9d28)) called at
/usr/local/lib64/perl5/Template/Service.pm line 96 eval
{...} called at /usr/local/lib64/perl5/Template/Service.pm
line 93
Template::Service::process(Template::Service=HASH(0x56399d73e228),
"bug/create/create.html.tmpl", HASH(0x56399d72bfc8)) called
at /usr/local/lib64/perl5/Template.pm line 66
Template::process(Bugzilla::Template=HASH(0x56399d72bea8),
"bug/create/create.html.tmpl", HASH(0x56399d72bfc8)) called
at Bugzilla/Template.pm line 725
Bugzilla::Template::process(Bugzilla::Template=HASH(0x56399d72bea8),
"bug/create/create.html.tmpl", HASH(0x56399d72bfc8)) called
at /var/www/html/bugzilla-5.2/enter_bug.cgi line 383<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Would this be some sort of permissions
thing on one of the perl modules installed?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Ron<o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none"><br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>support-list mailing list<o:p></o:p></pre>
<pre><a href="mailto:support-list@bugzilla.org"
moz-do-not-send="true" class="moz-txt-link-freetext">support-list@bugzilla.org</a><o:p></o:p></pre>
<pre><a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.bugzilla.org_listinfo_support-2Dlist&d=DwMFaQ&c=YC-d702opsuYKpiO2BmlzoCJLBBaYgI2o4jaaBXxW1A&r=_11PJmUyrZSTpWNUTvbOl4XURRwYPDaHjN6ItLonIpk&m=k4OEK-rJ3cWIzDOySUkO4zpQNnhmP9AN7bD9diLlvs4g3Y9Ade6B5UHU4QTPCZWz&s=MSckzusMHfXYnMcB6ugFuik4dBagkYS9QNTBMvBNuTE&e="
moz-do-not-send="true">https://lists.bugzilla.org/listinfo/support-list [lists.bugzilla.org]</a><o:p></o:p></pre>
</blockquote>
<div>
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none">-- <o:p></o:p></span></p>
</div>
<div>
<div>
<table class="MsoNormalTable" border="0" cellspacing="3"
cellpadding="0" width="300" style="width:225.0pt">
<tbody>
<tr>
<td width="106"
style="width:79.5pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none"><img
border="0" width="100" height="100"
style="width:1.0416in;height:1.0416in"
id="Picture_x0020_1"
src="cid:part1.GMIlePdT.uDjau8p0@bugzilla.org"
alt="[Bugzilla Logo]" class=""></span><span
style="font-size:12.0pt;mso-ligatures:none"><o:p></o:p></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<div>
<p class="MsoNormal"><strong><span
style="font-size:13.0pt;font-family:"Aptos",sans-serif;mso-ligatures:none">Dave
Miller</span></strong><span
style="font-size:12.0pt;mso-ligatures:none"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none">Project
Leader<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><strong><span
style="font-size:12.0pt;font-family:"Aptos",sans-serif;mso-ligatures:none">Bugzilla
Project</span></strong><span
style="font-size:12.0pt;mso-ligatures:none"><o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none"><a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.org_&d=DwMFaQ&c=YC-d702opsuYKpiO2BmlzoCJLBBaYgI2o4jaaBXxW1A&r=_11PJmUyrZSTpWNUTvbOl4XURRwYPDaHjN6ItLonIpk&m=k4OEK-rJ3cWIzDOySUkO4zpQNnhmP9AN7bD9diLlvs4g3Y9Ade6B5UHU4QTPCZWz&s=L7pvjj7NEwc5EQE8hhh9RU-zyHukdEyyRI0J2gc0BTE&e="
target="_blank" moz-do-not-send="true">https://bugzilla.org/
[bugzilla.org]</a><o:p></o:p></span></p>
</div>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><span
style="font-size:12.0pt;mso-ligatures:none"><o:p> </o:p></span></p>
</div>
</div>
</div>
<br>
<fieldset class="moz-mime-attachment-header"></fieldset>
<pre wrap="" class="moz-quote-pre">_______________________________________________
support-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:support-list@bugzilla.org">support-list@bugzilla.org</a>
<a class="moz-txt-link-freetext" href="https://lists.bugzilla.org/listinfo/support-list">https://lists.bugzilla.org/listinfo/support-list</a>
</pre>
</blockquote>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
</div>
<div class="moz-signature"
signature-switch-id="b0b24bd1-735c-4a02-9f5d-e2b2e9b4f40d">
<div>
<table style="width: 300px; border-style: none;"
cellpadding="3px" border="0px">
<tbody>
<tr>
<td style="width: 106px;"><img alt="[Bugzilla Logo]"
src="cid:part2.lKW06q0A.9J2Eo0HX@bugzilla.org"
width="100" height="100"></td>
<td>
<div><strong><span style="font-size: 13pt;">Dave Miller</span></strong></div>
<div>Project Leader</div>
<div><strong>Bugzilla Project</strong></div>
<div><a href="https://bugzilla.org/"
rel="nofollow
noopener noreferrer" target="_blank"
class="moz-txt-link-freetext">https://bugzilla.org/</a></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>