Upgrade: 2.0.8_02 --> 2.0.13

Hi,

I’m upgrading RT from version 2.0.8_02 → 2.0.13.
Seems like everything works fine during upgrade. But when I login and
want to enter a queue I get the following Mason error:

error in file: /usr/local/rt2/WebRT/data/obj/STANDARD/Search/Listing.html
line 65: Can’t locate object method “SortFields” via package “RT::Tickets”
context:

61:
62: $_out->(’
63:
64: ‘);
65: if (grep (/^$attr$/i, $session{‘tickets’}->SortFields)) {
66: $_out->(’<A
67: ');
68: if ($attr eq $session{‘tickets_sort_by’}) {
69: $_out->('class=“currenttab”

component stack: /Search/Listing.html [standard]
/autohandler [standard]
code stack: /usr/local/rt2/WebRT/data/obj/STANDARD/Search/Listing.html:65
/usr/local/rt2/WebRT/data/obj/STANDARD/autohandler:69

Seems like something is missing.
I’ve done “make upgrade” and after that “insertdata 2.0.8_02”
What else do I have to do? This is kind of urgent (I can’t work anymore…)

Thanks for help.

Andre
Andre Esser
andre@snyrre.de

Jep… ;D

fixed. Sorry.
A “apachectl graceful” was not enough. I’d had to stop & restart the webserver…

Andre
Andre Esser
andre@snyrre.de