Actions
Story #92711
closedInstall Tool stops in missing sys_language_uid of pages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Sprint Focus:
Description
I fail to start the Install Tool after an upgrade from TYPO3 8.7.32 to 9.5.22.
typo3temp/var/log/typo3_48f78cad9d.log shows
Tue, 27 Oct 2020 09:36:54 +0100 [CRITICAL] request="9cbe94d82da8b" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB): Uncaught TYPO3 Exception: An exception occurred while executing 'SELECT `uid` FROM `pages` WHERE (`sys_language_uid` = 0) AND ((`pid` = 0) OR (`is_siteroot` = 1)) AND ((`pages`.`deleted` = 0) AND ((`pages`.`t3ver_state` <= 0) AND (`pages`.`pid` <> -1))) ORDER BY `pid` ASC, `sorting` ASC':
phpMyAdmin gives this error message:
SQL-Befehl: Dokumentation SELECT `uid` FROM `pages` WHERE (`sys_language_uid` = 0) AND ((`pid` = 0) OR (`is_siteroot` = 1)) AND ((`pages`.`deleted` = 0) AND ((`pages`.`t3ver_state` <= 0) AND (`pages`.`pid` <> -1))) ORDER BY `pid` ASC, `sorting` ASC LIMIT 0, 25 MySQL meldet: Dokumentation #1054 - Unbekanntes Tabellenfeld 'sys_language_uid' in where clause
This exception is thrown afterwards.
https://wiki.typo3.org/Exception/CMS/1257246929
*The Install Tool must not use the new formerly unavailable field sys_language_uid of the table pages. *
So I am unable to start the Install Tool in order to make the DB checks and maintenance.
Actions