[TYPO3-english] CoolUri configuration question

Jan Bednarik info at bednarik.org
Sat Oct 18 09:59:01 CEST 2008


Does this SQL give you result?

SELECT concat(c.uid,'_',mk.title,'_',md.title) FROM
tx_txcar_car c INNER JOIN tx_txcar_make mk ON (mk.uid=c.make) INNER JOIN
tx_txcar_model md ON (md.uid=c.model)WHERE c.uid=39 and NOT c.deleted

If so, then how about the CoolUri cache? Have you tried to delete it 
(along with T3 cache)?

Is the part with the parameter tx_txcar_pi1[showUid] defined only once 
in the whole XML?

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list