Project

General

Profile

Actions

Bug #89533

closed

parse_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

Added by Marcus Bieber over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2019-10-29
Due date:
% Done:

100%

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

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


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #87903: Backend users having bookmark/shortcut with empty returnUrl parameter cannot access backendClosed2019-03-13

Actions
Related to TYPO3 Core - Bug #89515: Backend users having old bookmark/shortcut with missing parameter query in returnUrl cannot access backendClosed2019-10-25

Actions
Actions #1

Updated by Marcus Bieber over 4 years ago

  • Related to Bug #87903: Backend users having bookmark/shortcut with empty returnUrl parameter cannot access backend added
Actions #2

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

Actions #3

Updated by Oliver Bartsch over 4 years ago

  • Related to Bug #89515: Backend users having old bookmark/shortcut with missing parameter query in returnUrl cannot access backend added
Actions #4

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

Actions #5

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

Actions #6

Updated by Marcus Bieber over 4 years ago

Seems to be working now!

Thanks for your quick fix. :-)

Actions #7

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

Actions #8

Updated by Oliver Bartsch over 4 years ago

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

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF