[TYPO3] is tt_news 2.5.0 and typo3 version 4.1.1 and php 5.2.3 compatible?

support at stonki.de support at stonki.de
Thu Jul 12 16:26:40 CEST 2007


> On 7/12/07, Dmitry Dulepov <dmitry at typo3.org> wrote:

> yeah, that was me, the solution did not work. I can't find any
> documentation of this bug, scept for typo3 version 4.0.4 ... but there
> weren't any comprehensive solutions available.

I fixed it with these lines of code:

http://bugs.typo3.org/view.php?id=5103

Change ./typo3conf/ext/tt_news/flexform_ds.xml:

search for (line 159)
"
<foreign_table_where>AND tt_news_cat.pid=###STORAGE_PID### ORDER BY
tt_news_cat.sorting</foreign_table_where>
"

to:
<foreign_table_where>ORDER BY tt_news_cat.sorting</foreign_table_where>

cu
stonki




More information about the TYPO3-english mailing list