Bug #97761
closedMigrateFeloginPlugins::migrateFlexformSettings(): Argument #1 ($oldValue) must be of type string, null given,
100%
Description
TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPlugins::migrateFlexformSettings(): Argument #1 ($oldValue) must be of type string, null given, called in /usr/www/users/fhwooy/fh-ooe.at.studiomitte.build/releases/1654780489/public/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPlugins.php on line 126
Updated by Martin Weymayer over 2 years ago
is there already a solution for this bug?
Updated by Kay Strobach about 2 years ago
I just faced the same issue some minutes ago in v10.
The solution is to add this condition to the while loop in line 118:
if ($record['pi_flexform'] === null) { continue; }
As empty flexforms can not be migrated anyway, there is no use in running an update query on empty values.
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76526
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76529
Updated by Gerrit Code Review about 2 years ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76529
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76529
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78305
Updated by Torben Hansen over 1 year ago
- Related to Bug #98967: Upgrade wizard fails: Migrate felogin plugins to use prefixed flexform keys added
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76529
Updated by Gerrit Code Review about 1 year ago
Patch set 5 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76529
Updated by Kay Strobach about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 31921f57597b51ec422a2994bd690370f41bb6f1.
Updated by Christian Kuhn about 1 year ago
- Related to Bug #92782: MigrateFeloginPlugins should not stop when record not updated added