Actions
Bug #92985
closedCannot show record history of pages anymore in TYPO3 v10.4.10
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
(1/3) Doctrine\DBAL\Exception\InvalidFieldNameException
An exception occurred while executing 'SELECT `uid` FROM `tx_impexp_presets` WHERE `pid` = ?' with params > [81]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pid' in 'where clause'...
at TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()
typo3/sysext/backend/Classes/History/RecordHistory.php line 328
How to reproduce:
- (update TYPO3 v10.4.9 to v10.4.10)
- (impexp system extension must be enabled)
- use context menu in page-tree to show record history
Reasons:
- looks like https://review.typo3.org/c/Packages/TYPO3.CMS/+/66582 changes database definition and introduces new TCA table
- records history iterates over all TCA tables - applying
pid
constraint forpages
pid
column does not exist unless database migration in Install Tool was executed (which should not be required for patch level releases)- affects TYPO3 v10 only
Files
Updated by Oliver Hader almost 4 years ago
Updated by Oliver Hader almost 4 years ago
- Related to Task #92346: Enable ext:impexp to include export presets in export added
Updated by Oliver Hader almost 4 years ago
- Category set to Backend User Interface
Updated by Oliver Hader almost 4 years ago
- Is Regression changed from Yes to No
Solvable by executing database migration in Install Tool (thus, not a blocking regression).
Updated by Oliver Hader almost 3 years ago
- Status changed from New to Rejected
Seems like I have been the only one running into this...
Actions