[TYPO3-mvc] Property / relation problem

Alexander Dick typo3 at dick.at
Fri Feb 3 12:54:14 CET 2012


Hi Claus,

I have now created a table tx_xxx_domain_model_staticcountry (copied the 
structure from static_countries) and added proper TCA configuration for it.

The error persists.

Doesn't extbase use the TCA from static_countries when I map the model 
to this table? ( Tx_Xxx_Domain_Model_StaticCountry.mapping.tableName = 
static_countries )

EXT extbase_staticinfotables does not help me out in this case. It only 
contains 1 Country model and has the same mapping to static_countries 
than I do in my extension.

cheers
Alex

Am 03.02.2012 12:13, schrieb Claus Due:
> Hi Alex,
>
> You -must- have TCA to have the table recognized by Extbase as related to an object type. I don't wish to sound unfriendly, but I actually asked you that exact question somewhere around 8 emails ago... so precious time has unfortunately been wasted ;)
>
>> I have no TCA definitions for my StaticCountry since this is the static_country table. May that be the issue?
>
> Please always check each question carefully, it usually helps find the cause of the problem faster - when you get a question regarding your setup it's usually related to a likely source of an error and naturally should be confirmed/checked.
>
> Cheers,
> Claus



More information about the TYPO3-project-typo3v4mvc mailing list