Go in the directory you installed mantis.
If the file config_inc.php doesn't exist create it.
The file should start with <?php and end with ?>
Between those two, add the following line :
$g_severity_enum_string = '10:feature,30:text,40:tweak,50:minor,60:major,70:crash,80:block';
and you shouldn't ...