[TYPO3-mvc] Path-Problem - tca not found
Stefan Reichelt
eichelt at web.de
Fri Mar 8 08:03:37 CET 2013
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