Bug #80723
closed8.7 LTS Upgrade Wizard: Execute database migrations on single rows failed
100%
Description
In v8 LTS Upgrade Wizard on step "Execute database migrations on single rows" i get an Uncaught TYPO3 Exception.
NAMEPREP: Prohibited input U+0000003D InvalidArgumentException thrown in file xxxx\vendor\mso\idna-convert\src\Punycode.php in line 335.
I think the step "Scan for old "<link>" syntax in richtext and text fields and update to "<a href>"" has a bug with links like this:
<link email@mail.mail?subject=Anfrage:%20Text%20Text%20Lösungen>Mehr erfahren</link>
Screenshot file in attachment.
Files
Updated by Morton Jonuschat over 7 years ago
No, this seems to be a bug due to the whole link destionation being passed to punycode. I suspect that the ?subject part trips it up.
Updated by Gerrit Code Review over 7 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/52402
Updated by Gerrit Code Review over 7 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/52402
Updated by Morton Jonuschat over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dff8286c716cc66f0f461a366004e5c5a0f7d7d1.
Updated by Joe Jones over 7 years ago
- Related to Bug #81211: Uncought Exeption in list-modul (NAMEPREP: Prohibited input U+0000003E) added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed