<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I successfully migrated a RT 2.0.15 system to RT 3.8.1.  Everything worked quite well, with only 2 small stumbling blocks:<br><br>1) The importer didn't like to import tickets/queues that were disabled.  So, I re-enabled all the queues, did a new dump/import.  All went well.<br><br>2) I had to modify how mysql started: <br><pre class="programlisting"><strong class="userinput"><code>  --max_allowed_packet=128M</code></strong></pre>     as recommended at http://wiki.bestpractical.com/view/PgToMySQL  to get rid of a 'max allowed packet' error I got.<br><br><br>I have a question/issue with RT3.8.1 though.  On the main menu, "RT at a glance", everything looks great.  However, the section titles:  "10 highest priority tickets I own", "10 newest unowned tickets", and "Bookmarked Tickets" are hyperlinks which give
 an error when clicked.  They appear to be trying to go to a 'localhost'
 address:<br><br>http://localhost/Search/Results.html?Format=%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__id__%3C%2Fa%3E%2FTITLE%3A%23%27%2C%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__Subject__%3C%2Fa%3E%2FTITLE%3ASubject%27%2CPriority%2C%20QueueName%2C%20ExtendedStatus&Order=DESC&OrderBy=Priority&Query=%20Owner%20%3D%20%27__CurrentUser__%27%20AND%20(%20Status%20%3D%20%27new%27%20OR%20Status%20%3D%20%27open%27)<br><br>http://localhost/Search/Results.html?Format=%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__id__%3C%2Fa%3E%2FTITLE%3A%23%27%2C%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__Subject__%3C%2Fa%3E%2FTITLE%3ASubject%27%2CQueueName%2C%20ExtendedStatus%2C%20CreatedRelative%2C%20%27%3CA%20HREF%3D%22%2FTicket%2FDisplay.html%3FAction%3DTake%26id%3D__id__%22%3ETake%3C%2Fa%3E%2FTITLE%3ANBSP%27&Order=DESC&OrderBy=Created&Query=%20Owner%20%3D%20%27Nob
ody%27%20AND%20(%20Status%20%3D%20%27new%27%20OR%20Status%20%3D%20%27open%27)<br><br>http://localhost/Search/Results.html?Format=%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__id__%3C%2Fa%3E%2FTITLE%3A%23%27%2C%27%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__Subject__%3C%2Fa%3E%2FTITLE%3ASubject%27%2CPriority%2C%20QueueName%2C%20ExtendedStatus%2C%20Bookmark&Order=DESC&OrderBy=LastUpdated&Query=id%20%3D%20%27__Bookmarked__%27&Rows=999<br><br>When the error is on the screen, if I replace 'localhost' with the system/ip and reload, the section comes up correctly.<br><br>Where is it getting 'localhost' ?<br><br>Thanks!<br><font class="text"><br></font></td></tr></table><br>