> On 7/12/07, Dmitry Dulepov <[EMAIL PROTECTED]> 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


_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to