Problems with RT at a glance after upgrading 3.6.2 to 3.6.4

Hi,

After upgrading from 3.6.2 to 3.6.4 when accessing Preferences -> RT
at a glance i get the following error (on all users),
I’ve been searching on the mailing archives, but cant find anything
similar. Please help.

error: Can’t locate object method “new” via package
"RT::SavedSearches" (perhaps you forgot to load “RT::SavedSearches”?)
at /opt/rt3/share/html/Prefs/MyRT.html line 112.
context:

108:
109: my $sys = RT::System->new($session{‘CurrentUser’});
110: my @objs = ($sys);
111:
112: push @objs, RT::SavedSearches->new( $session{CurrentUser}
)->_PrivacyObjects
113: if $session{‘CurrentUser’}->HasRight( Right => ‘LoadSavedSearch’,
114: Object => $RT::System );
115:
116: my @sys_searches;

code stack: /opt/rt3/share/html/Prefs/MyRT.html:112
/opt/rt3/share/html/autohandler:291
Raw error:
Can’t locate object method “new” via package “RT::SavedSearches”
(perhaps you forgot to load “RT::SavedSearches”?) at
/opt/rt3/share/html/Prefs/MyRT.html line 112.

Trace begun at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Exceptions.pm line 129
HTML::Mason::Exceptions::rethrow_exception(‘Can’t locate object
method “new” via package “RT::SavedSearches” (perhaps you forgot to
load “RT::SavedSearches”?) at /opt/rt3/share/html/Prefs/MyRT.html line
112.^J’) called at /opt/rt3/share/html/Prefs/MyRT.html line 112
HTML::Mason::Commands::ANON at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run(‘HTML::Mason::Component::FileBased=HASH(0x552e3a4810)’)
called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1262
eval {…} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1252
HTML::Mason::Request::comp(undef, undef, undef) called at
/opt/rt3/share/html/autohandler line 291
HTML::Mason::Commands::ANON at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Component.pm line 135
HTML::Mason::Component::run(‘HTML::Mason::Component::FileBased=HASH(0x552dd6f260)’)
called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line
1257
eval {…} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 1252
HTML::Mason::Request::comp(undef, undef, undef) called at
/usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 466
eval {…} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 466
eval {…} at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm line 418
HTML::Mason::Request::exec(‘HTML::Mason::Request::ApacheHandler=HASH(0x552eb2eec0)’)
called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm
line 168
HTML::Mason::Request::ApacheHandler::exec(‘HTML::Mason::Request::ApacheHandler=HASH(0x552eb2eec0)’)
called at /usr/lib/perl5/site_perl/5.8.8/HTML/Mason/ApacheHandler.pm
line 825
HTML::Mason::ApacheHandler::handle_request(‘HTML::Mason::ApacheHandler=HASH(0x552d5d9ce0)’,
‘Apache2::RequestRec=SCALAR(0x552f59ffb0)’) called at
/opt/rt3/bin/webmux.pl line 125
eval {…} at /opt/rt3/bin/webmux.pl line 125
RT::Mason::handler(‘Apache2::RequestRec=SCALAR(0x552f59ffb0)’) called
at -e line 0
eval {…} at -e line 0

Thanks,
Roy.