Project

General

Profile

Bug #89515

Updated by Anonymous over 4 years ago

TYPO3 9.5.9 
 1000+ BE Users 
 Can't login with one (found so far) 

 Error:  
 <pre><code class="text"> 

  

 @ 
 (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 
 </code></pre> 


 @ 

 Problem is when there are entrys in sys_be_shortcuts with an old style (Updated from TYPO3 7) like 
 <pre><code class="text"> 

 @ 
 /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 
 </code></pre> 

 @ 
  without the param "query" in returnUrl. 

 Checking the code line from the error, I solved it with the following change. 

Back