Project

General

Profile

Bug #100216

Updated by Albrecht Köhnlein over 1 year ago

When using COA_INT If logged in <code>page.jsInline</code>, PHP warnings as frontend user, the following error messages are thrown. 

 Example TypoScript: 

 <pre> 
 page = PAGE 
 page.jsInline.10 = COA_INT 
 page.jsInline.10 { 
   10 = TEXT 
   10.value = alert('any code') 
 } 
 </pre> 

 Warnings:  

 > generated. I could not exacly reproduce why and in which cases it happens. 



 PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2787  
 > PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2788  
 > PHP Warning: Undefined array key "divKey" in (...)/private/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 2794  

Back