[TYPO3] no ttnews categories saved in typo3 version 4.1.1

Aji Johannes aji.yahya at gmail.com
Wed Jul 11 13:44:31 CEST 2007


Hello Dave.

before few days i haved the same problem too.
after i found the "Bugtracker" solution, it is working now for me.



change in tt_news' flexform_ds.xml:
<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>

it will work again :)

regards

Aji


More information about the TYPO3-english mailing list