All transcripts active for the BRCA1 gene

Error: Query (Logged)
/transcripts/BRCA1 returned error in code block Transcript::viewList().
Query : SELECT t.*, g.chromosome, COUNT(DISTINCT vog.id) AS variants FROM lovd_transcripts AS t LEFT OUTER JOIN lovd_genes AS g ON (t.geneid = g.id) LEFT OUTER JOIN lovd_variants_on_transcripts AS vot ON (t.id = vot.transcriptid) LEFT OUTER JOIN lovd_variants AS vog ON (vot.id = vog.id AND (vog.statusid >= 7)) WHERE (t.geneid = ?) GROUP BY t.id ORDER BY variants DESC LIMIT 100 OFFSET 0
Error : Error in PDOStatement::execute() while executing prepared query: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine