[TYPO3-german] WEC Map und NN Address

Jan Bartels j.bartels at arcor.de
Fri Oct 10 19:13:11 CEST 2014


Am 09.10.2014 um 22:17 schrieb Stefan Wobbe:
> Es wird anscheinend nicht die richtige Tabelle gefunden, die Fehlermeldung
>
> There is no entry in the $TCA array for the table "t". This means that
> the function enableFields() is called with an invalid table name as
> argument.
>
> besagt ja das es im $TCA keine Tabelle "t" gibt. Die Frage ist woher
> Tabelle "t" kommt?

Der Code im Plugin sieht so aus:

foreach( $conf['tables.'] as $table => $tconf ) {
   ...
   $table   = $this->cObj->stdWrap($tconf['table'], $tconf['table.']);
   ...
   $where .= ' AND ' . $pidWhere .
     $this->cObj->enableFields($table);


Ich vermute, dass Du irgendwo in Deinem TypoScript noch versehentlich 
eine Tabelle t angegeben hast (Tippfehler?). Also so etwas:

plugin.tx_wecmap_pi3 {
   tables {
     10 {
       table = t
     }
   }
}

Bitte prüfe Dein TypoScript.

Gruß,

Jan



More information about the TYPO3-german mailing list