Fwd: Re: [Typo3] Frontend

Kraft Bernhard kraftb at gmx.net
Tue Apr 12 16:29:13 CEST 2005


Daniel Rahenkamp wrote:

> There is one and I did look at it but I am not so sure what I am looking
> for to verify.  I have gone through the kickstarter docs along with the
> typoscript by example and I am still somewhat confused by many things in
> typo3 extensions. Are there additional docs that I should be going through
> to learn this part of Typo3? I also am still puzzled as to why the
> debugData statement did not work as expected. I am sure that I probably
> have it malformed but again I am not sure what I am doing wrong. Thanks
> for your help

I think I have a clue what could have gone wrong with your extension ....

It is not normal that you create an extension with a database table but no
FE-Plugin for it ...

I assume that the TCA is just loaded before the FE Plugin gets executed ...

But if this is not the case because you render your Table with TS you will
probably have to add:

t3lib_div::loadTCA('tx_mytable_list');

to your ext_localconf.php

but not forget to clear both caches afterwards ...


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list