Initial Configuration

Installing RT for the first time and once I attempt to launch the site I
get the following error.

error: RT couldn’t store your session.
This may mean that that the directory ‘/opt/rt3/var/session_data’ isn’t
writable or a database table is missing or corrupt.

context:

96:

};

97:

}

98:

99:

if ($@) {

100:

die loc(“RT couldn’t store your session.”) . “\n”

101:

. loc(

102:

“This may mean that that the directory ‘[_1]’ isn’t writable or a
database table is missing or corrupt.”,

103:

$RT::MasonSessionDir

104:

)

code stack: /opt/rt3/share/html/Elements/SetupSessionCookie:100
/opt/rt3/share/html/autohandler:120

Installing RT for the first time and once I attempt to launch the
site I get the following error.

error: RT couldn’t store your session.
This may mean that that the directory ‘/opt/rt3/var/session_data’
isn’t writable or a database table is missing or corrupt.

so is /opt/rt3/var/session_data not writable?

did you configure RT to use the DB for sessions? is that DB busted?