Bug #89515
Updated by Anonymous about 5 years ago
TYPO3 9.5.9 1000+ BE Users Can't login with one (found so far) Error: @ (1/1) TypeError parse_str() expects parameter 1 to be string, null given in /var/www/html/web/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php line 741 @ Problem is when there are entrys I tried: * reset User Preferences in sys_be_shortcuts Admin-Module * compared the User in DB with an old style (Updated from TYPO3 7) like a working one @ /typo3/alt_doc.php?&returnUrl=/typo3/index.php?&M=web_layout&id=12046&edit[tt_content][189684]=edit&defVals=&overrideVals=&columnsOnly=&returnNewPageId=&editRegularContentFromId=&disHelp=&noView=&SET[showPalettes]=1 @ without * deleted the param "query" blob content in returnUrl. uc field * copied over uc field from an working user Nothing helped. Checking the code line from the error, I solved it with the following change. For I have no way how to reproduce it, can anybody check if this would be a valid fix for a valid problem..?