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

Also available in: Atom PDF