You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In \TYPO3\CMS\v76\Install\Updates\MigrateMediaToAssetsForTextMediaCe::executeUpdate() there's the forth parameter in leftJoin missing. The join is processed without any condition.
@echavaillaz, since it is a upgradewizard from v7, one way may be to deactivate the old wizards.
In my case, it was an upgrade from v9 to v12. We simply removed the wizards from v7, v8 and v9 in Services.yaml.
This doesn't actually fix the problem, but it worked for me.
In
\TYPO3\CMS\v76\Install\Updates\MigrateMediaToAssetsForTextMediaCe::executeUpdate()
there's the forth parameter inleftJoin
missing. The join is processed without any condition.https://github.com/WapplerSystems/core_upgrader/blob/release/v12/Classes/Updates/v76/MigrateMediaToAssetsForTextMediaCe.php#L90
Should be:
The text was updated successfully, but these errors were encountered: