[TYPO3-mvc] Path-Problem - tca not found
Kerstin Finke
kerstinfinke at hotmail.com
Fri Mar 8 09:26:45 CET 2013
Hi Stefan,
yes you are right.
When I change it to:
'dynamicConfigFile' =>
'ext/my_extension/Classes/Configuration/TCA/hotel.php',
the tca is found!
So I think the $_EXTKEY must be wrong. Could not find anything where I
changed the path.
I would think this is generated automatically out of the extension name?!
So I can work on now, but it would be great to know, what the cause of
this problem can be. Especially because I think this could result in
other problems.
If anyone has more ideas where I could have set the $_EXTKEY that would
be great.
Thanks!
Kerstin
Am 08.03.2013 08:03, schrieb Stefan Reichelt:
> Hello Kerstin,
>
> On 08/03/2013 07:27, Kerstin Finke wrote:
>> Has anyone any other hints?
>
> In the file ext_tables.php look for the variable(s) 'dynamicConfigFile'
> which contains the path to a TCA file like yours.
>
> It 'should' look like this:
> 'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY) .
> 'PathTo/TCA/file.php'
>
> I'm suspecting before the call to t3lib_extMgm::extPath() in yours there
> might be some path segment or similar set already?
>
> Kind regards
> Stefan
>
More information about the TYPO3-project-typo3v4mvc
mailing list