Project

General

Profile

Actions

Bug #97761

closed

MigrateFeloginPlugins::migrateFlexformSettings(): Argument #1 ($oldValue) must be of type string, null given,

Added by Georg Ringer almost 2 years ago. Updated 6 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
felogin
Target version:
-
Start date:
2022-06-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #98967: Upgrade wizard fails: Migrate felogin plugins to use prefixed flexform keysClosed2022-11-02

Actions
Related to TYPO3 Core - Bug #92782: MigrateFeloginPlugins should not stop when record not updatedClosed2020-11-06

Actions
Actions #1

Updated by Martin Weymayer almost 2 years ago

is there already a solution for this bug?

Actions #2

Updated by Kay Strobach over 1 year 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.

Actions #3

Updated by Gerrit Code Review over 1 year 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

Actions #4

Updated by Gerrit Code Review over 1 year 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

Actions #5

Updated by Gerrit Code Review over 1 year 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Torben Hansen about 1 year ago

  • Related to Bug #98967: Upgrade wizard fails: Migrate felogin plugins to use prefixed flexform keys added
Actions #9

Updated by Gerrit Code Review about 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

Actions #10

Updated by Gerrit Code Review 6 months 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

Actions #11

Updated by Kay Strobach 6 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Christian Kuhn 6 months ago

  • Related to Bug #92782: MigrateFeloginPlugins should not stop when record not updated added
Actions

Also available in: Atom PDF