[TYPO3-english] got "no_cache=1" twice

Gijs Epping [eFocus] gijs.epping at efocus.nl
Tue Dec 30 12:50:15 CET 2008


maaboo schreef:
> Hi, allmighty All!
> 
> I have a problem with RealURL. I use the most simple configuration now
> only for convert pages id to numbers, but got "no_cache=1" twice when
> installed ext::newscalendar:
> 
> http://localhost:8505/stars/sun/?no_cache=1&tx_ttnews%5Btt_news%5D=0&tx_ttnews%5BcalendarYear%5D=2008&tx_ttnews%5BcalendarMonth%5D=11&no_cache=1
> 
> I have
> config.no_cache = 0 (there was 1 before, but i cleared all caches and
> else with phpMyAdmin).
> 
> $TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '1';
> 
> I suspect that second no_cache i take from newscalendar, but what i
> take the second from?
> 
> Ask me please, if you need additional info.
> 
> PS. Thanks to Philip Almeida for 1.0.10 of newscalendar - it works! :-)
> 

Hello,

Do you have simething like this in your realurl_conf.php

'preVars' => array (
		array (
			'GETvar' => 'no_cache',
			'valueMap' => array (
				'nc' => 1,
			),
			'noMatch' => 'bypass',
		),


-- 
E: gijs.epping at efocus.nl
W: http://www.efocus.nl/
W: http://www.gijs.com/

################
# eFocus is looking for Typo3/Php Developers
# http://www.werkenbijefocusgroep.nl/
################


More information about the TYPO3-english mailing list