Actions
Bug #101110
closedBase table or view not found: 1146 Table 'database_typo3.sys_language' doesn't exist
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-06-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Upgrade wizard
Complexity:
Is Regression:
Sprint Focus:
Description
After updating my project typo3 source from TYPO3 12.4.1 to 12.4.2 i receive this error in when i start running upgrade wizard:
(1/3) #1146 Doctrine\DBAL\Exception\TableNotFoundException
An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'database_typo3.sys_language' doesn't exist
in /home/../typo3_src-12.4.2/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 49
As far as i can see this db table is depricated or maybe i'm mistaken ?
Updated by Mohamed Masmoudi over 1 year ago
- Subject changed from (1/3) #1146 Doctrine\DBAL\Exception\TableNotFoundException An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'rbazwcutus.sys_language' doesn't exist in /home/1018082.cloudwaysapps.com/rbazwcutus/publ to Base table or view not found: 1146 Table 'database_typo3.sys_language' doesn't exist
Updated by Chris Müller over 1 year ago
- Status changed from New to Rejected
The table sys_language was deprecated with v11 and removed with v12:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.3/Deprecation-94165-SysLanguageDatabaseTable.html
Actions