Project

General

Profile

Bug #82984

Updated by Stephan Großberndt over 4 years ago

I set this in ext_localconf.php my localconf.php of my extension: 
 <pre> 
    $GLOBALS['TYPO3_CONF_VARS']['FE']['cHashExcludedParameters'] .= ', my_getpara'; 
 </pre> 
 I can see under the configuration mod that my exclude parameter is set but in the FE the evaluation fails. 
 When i add the same parameter in the install tool the evaluation is fine. Maybe it is some bootstrap issue. 

 I have tested the same behaviour with TYPO3 7.6.23   

Back