[TYPO3-english] Typo3 4.5.4 update kills CoolUri

Felix Heller felix.heller at aimcom.de
Fri Jul 29 09:26:43 CEST 2011


Good morning,


thank you for your comments, Helmut.

I've found another workaround which is much simpler than the one I posted  
yesterday: Simply replace the brackets in your CoolUriConf.xml with %5B  
and %5D. By doing this, you won't have to modify CoolUri's source code.

Works with TYPO3 4.5.3:
<part>
	<parameter>tx_ttnews[pointer]</parameter>
</part>

Works with TYPO3 4.5.4:
<part>
	<parameter>tx_ttnews%5Bpointer%5D</parameter>
</part>


Regards
Felix
_____________________

TYPO3-Agentur München
TYPO3 agency Munich
http://www.aimcom.de


More information about the TYPO3-english mailing list