Actions
Bug #79824
closedPHP warning in l10nmode row updater
Start date:
2017-02-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
From slack #typo3-cms 15.02.2017 10:44
Argument 2 passed to TYPO3\CMS\Install\Updates\RowUpdater\L10nModeUpdater::getRow() must be of the type integer, string given, called in .../typo3/cms/typo3/sysext/install/Classes/Updates/RowUpdater/L10nModeUpdater.php on line 138
Looking at this, I'd guess there is a tca 'ctrl' transOrigPointerField set to a field that is a varchar in the database instead of an integer - bug in the extension. Nevertheless, we should sanitize this case within the updater.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51757
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51757
Updated by Andreas Fernandez almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3bf70bcf10e26d56da19c8df6ca1957ffc8bacf4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions