<div dir="ltr">Thanks for the response Kevin.  I ran make upgrade-database on the first import, and of course again as part of the regular upgrade, rather than attempting to maintain a 4.0.8 database on a 4.2.9 installation.<div><br></div><div>I had located a previous issue in an rt-users thread which you resolved, which also appeared to be an RTIR install causing the problem.  That led me to attempting to disable RTIR queues and articles in the first place.  I do appreciate the help, as your response led me to review the queues again, and I had missed disabling the Blocked queue.  As I stated, I was likely missing something obvious.</div><div><br></div><div>Thanks again,</div><div>Sam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 2:41 PM, Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com" target="_blank">falcone@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Nov 18, 2014 at 01:29:13PM -0500, Sam Florida wrote:<br>
> I'm receiving an error after migrating from 4.0.8 to a new server with a 4.2.9<br>
> install:<br>
> [error]: Can't call method "Name" on an undefined value at /opt/rt4/share/html/<br>
> Elements/QueueSummaryByLifecycle line 131.<br>
><br>
> Restoring the 4.0.8 database to the new installation appeared to be successful,<br>
> yet Quicksearch failed to display a queue listing.  The aforementioned error<br>
> appears to be the culprit: <br>
<br>
</span>I'm not sure how running the 4.0.8 database under the 4.2.9 codebase<br>
would get you anything but more errors.<br>
<br>
This error implies you have a Queue with a lifecycle that is not<br>
defined in your configuration.  You mentioned RTIR, I suspect those<br>
queues are not properly disabled.<br>
<br>
You can look at:<br>
select Name, Lifecycle, Disabled from Queues;<br>
and see which queue exists but doesn't have a Lifecycle in the<br>
configuration anymore.<br>
<span class="HOEnZb"><font color="#888888"><br>
-kevin<br>
</font></span></blockquote></div><br></div>