Can't call method "Content" error in 3.6.0

Anyone seen this before? I am trying the new RT build on gentoo.

Ideas? I am trying to get this working and see if it resolves the
attachment issue with recent version of mysql.

Ted Serreyn

error:

Can’t call method “Content” on an undefined value at
/var/www/support.serreyn.com/htdocs/rt-3.6.0/Elements/MyRT line 76.

context:

72:

73:

unless (exists $session{‘my_rt_portlets’}) {

74:

my ($d_portlets) =
RT::System->new($session{‘CurrentUser’})->Attributes->Named(‘HomepageSetting
s’);

75:

my $user = $session{‘CurrentUser’}->UserObj;

76:

$session{‘my_rt_portlets’} = $user->Preferences(‘HomepageSettings’,
$d_portlets->Content);

77:

}

78:

79:

my $portlets = $session{‘my_rt_portlets’};

80:

code stack:

/var/www/support.serreyn.com/htdocs/rt-3.6.0/Elements/MyRT:76
/var/www/support.serreyn.com/htdocs/rt-3.6.0/index.html:79
/var/www/support.serreyn.com/htdocs/rt-3.6.0/autohandler:279

Ted Serreyn Phone: 262-432-0260 Fax: 262-432-0232
Serreyn Network Services, LLC http://www.serreyn.com/

Yes,

You did not run the database update scripts. Run them and this problem
will go away. Please see the README file.

Ted Serreyn wrote: