Fatal error: Uncaught exception Exception with message Query error: Table '.
Hallo, bin auf 3.06 umgestiegen. Habe die Seite komplett neu angelegt und hatte bisher auch keinerlei Probleme. Nach einem Systemabsturz konnte ich allerdings nicht mehr ins Backend. Als ich über das Install-Tool rein wollte, bekam ich folgende Nachricht:
Fatal error: Uncaught exception Exception with message Query error: Table '.\db_2\tl_session' is marked as crashed and should be repaired (SHOW COLUMNS FROM `tl_session`) thrown in D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database\Statement.php on line 317
#0 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database.php(214): Contao\Database\Statement->query('SHOW COLUMNS FR...')
#1 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database\Mysql.php(138): Contao\Database->query('SHOW COLUMNS FR...')
#2 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database.php(301): Contao\Database\Mysql->list_fields('tl_session')
#3 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database\Installer.php(377): Contao\Database->listFields('tl_session', true)
#4 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database\Installer.php(105): Contao\Database\Installer->getFromDB()
#5 D:\xampp\htdocs\hyperion\system\modules\core\libra ry\Contao\Database\Installer.php(38): Contao\Database\Installer->compileCommands()
#6 D:\xampp\htdocs\hyperion\contao\install.php(235): Contao\Database\Installer->generateSqlForm()
#7 D:\xampp\htdocs\hyperion\contao\install.php(944): InstallTool->run()
#8 {main}
Ich habe keine Ahnung, was damit gemeint ist. Das Statement auf line 314 - 317 sieht so aus:
// Execute the query
if (($this->resResult = $this->execute_query()) == false)
{
throw new \Exception(sprintf('Query error: %s (%s)', $this->error, $this->strQuery));
}
Kann mir jemand auf unkomplizierte Weise helfen? Steh mächtig unter Stress, Danke Maddy