[TYPO3] TLO...

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Apr 24 13:22:20 CEST 2006


Andrea Giorgini schrieb am 24.04.2006 13:08:

> I'm trying to read content from the tt_address table through TS.
> I've read on the book that "With the CONTENT cObject you can display the
> contents of the database (restricted to the table that begin with tt_,
> tx_, user_, fe_ or ttx_) but to display the records an appropriately
> configured TLO is necessary with the name of the table that defines the
> output.
> 
> Now, this is my TS (is just an example to understand how this works):
> (...)
> 
> page = PAGE
> page.10 = CONTENT
> page.10 {
>   table=tt_address
>   select.where = colPos=0
> }

The tt_address table doesn't have a "colPos" field, so this might be the
problem? Try removing this select.where line.

Cheers,
Ernesto




More information about the TYPO3-english mailing list