Bug #89533
closedparse_str() expects parameter 1 to be string, null given in typo3_src-9.5.10/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php line 743
100%
Description
I updated from 8.7 to 9.5.10
Aufter Upgrade process I cannot login to the backend.
I found https://forge.typo3.org/issues/87903 which seems to be solved.
But I have the same issue.
if I call: myweb.test/typo3/index.php?route=%2Fmain&token=f6c339900d995abb8256d799fc15652c56e8b562
In line 732 $parsedUrl is:
array (size=2)
'path' => string '/typ/typo3/alt_doc.php' (length=22)
'query' => string '&returnUrl=/typ/typo3/index.php?&M=web_layout&id=43&edit[tt_content][1]=edit&defVals=&overrideVals=&columnsOnly=&returnNewPageId=&editRegularContentFromId=&disHelp=&noView=&SET[showPalettes]=&SET[showDescriptions]=&SET[disableRTE]='
in line $parsedReturnUrl is:
array (size=1)
'path' => string '/typ/typo3/index.php'
therefore $parsedReturnUrl['query'] is null
Updated by Marcus Bieber about 5 years ago
- Related to Bug #87903: Backend users having bookmark/shortcut with empty returnUrl parameter cannot access backend added
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62178
Updated by Oliver Bartsch about 5 years ago
- Related to Bug #89515: Backend users having old bookmark/shortcut with missing parameter query in returnUrl cannot access backend added
Updated by Gerrit Code Review about 5 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/c/Packages/TYPO3.CMS/+/62178
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62178
Updated by Marcus Bieber about 5 years ago
Seems to be working now!
Thanks for your quick fix. :-)
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.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/+/62213
Updated by Oliver Bartsch about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8edc8241ef9ce4e7dd3519c02acf628eef727220.