[TYPO3-english] CoolURI 1.0.29 updated to 1.0.32

Stefan Geith typo3dev2012.nospam1 at geithware.de
Wed Apr 10 13:12:51 CEST 2013


Hi Jan,

Am 25.03.2013 21:07, schrieb Jan Bednarik:
> SELECT title FROM mytable WHERE uid='$1'
> then please change it to
> SELECT title FROM mytable WHERE uid=$1

done this, but there are still some wrong links ...
e.g. I'm getting this in the list of cached links:

campingplaetze/suchen/'0'/'0' 	-->
id=120&tx_hkcampsites_pi1[search][country]=0&tx_hkcampsites_pi1[search][region]=0

and

'campingplaetze'/'suchen'/'\\\'0\\\''/'\\\'0\\\''  -->
id=130&tx_hkcampsites_pi1[search][country]=suchen&tx_hkcampsites_pi1[search][region]=\'0



The contents of the according parts in CoolUriConf.xml (whicht seems OK 
to me) is:
<snip ------------------------------------------- snip>
<part>
<parameter>tx_hkcampsites_pi1[search][country]</parameter>
<lookindb>
	<to>SELECT country_name FROM tx_hkcampsites_geo_countries WHERE uid=$1</to>
	<translatetoif>
		<match>^([0-9a-z]+)|all$</match>
	</translatetoif>
	<urlize>1</urlize>
</lookindb>
</part>
<part>
<parameter>tx_hkcampsites_pi1[search][region]</parameter>
<lookindb>
	<to>SELECT country_name FROM tx_hkcampsites_geo_regions WHERE uid=$1</to>
	<translatetoif>
		<match>^([0-9a-z]+)|all$</match>
	</translatetoif>
	<urlize>1</urlize>
</lookindb>
</part>
<snip ------------------------------------------- snip>

Any ideas, what could go wrong ?
Other links are all working fine ...

/Stefan


More information about the TYPO3-english mailing list