[TYPO3-english] vge_tagcloud and tt_news
Claudio Strizzolo
claudio.strizzolo at ts.nogarb.ageinfn.it
Tue Apr 21 15:49:13 CEST 2009
Hi Francois,
I printed some of the involved fields:
$values['table'] = tt_news
$whereClause = pid IN(***SEE_BELOW***) AND tt_news.deleted=0 AND
tt_news.t3ver_state<=0 AND tt_news.hidden=0 AND
(tt_news.starttime<=1240321260) AND (tt_news.endtime=0 OR
tt_news.endtime>1240321260) AND (tt_news.fe_group='' OR tt_news.fe_group
IS NULL OR tt_news.fe_group='0' OR (tt_news.fe_group LIKE '%,0,%' OR
tt_news.fe_group LIKE '0,%' OR tt_news.fe_group LIKE '%,0' OR
tt_news.fe_group='0') OR (tt_news.fe_group LIKE '%,-1,%' OR
tt_news.fe_group LIKE '-1,%' OR tt_news.fe_group LIKE '%,-1' OR
tt_news.fe_group='-1')) AND (sys_language_uid = '0') AND t3ver_wsid = '0'
Instead of ***SEE_BELOW***, a very long list of page ids is included: I
guess they must be all the pages in my site. This looks somehow strange to
me: why are the news searched in relation with the page ids, although they
are in the tt_news table?
The resulting array is empty:
$allKeywords = Array ( )
Any hints?
Please tell me if you need some more information that I might print.
Thanks again
Claudio
More information about the TYPO3-english
mailing list