[TYPO3-templavoila] Code warning in extension manager: XCLASS filename-keys different from what expected
Francesco di Francia
darksky77 at gmail.com
Tue Jan 26 21:59:35 CET 2010
Hi,
i have typo3 4.3.0 and TV 1.4.1.
While i was investigating to fix the blank page issue when i launch the
CE wizard, i found this warning in the extension manager of templavoila:
It seems like there is a backend module in "newcewizard/conf.php" which
is not configured in ext_emconf.php.
The XCLASS filename-key
"ext/templavoila/newcewizard/model/class.tx_templavoila_contentElementDescriptor.php"
was different from
"ext/templavoila/newcewizard/model/class.tx_templavoila_contentelementdescriptor.php"
which it should have been!
The XCLASS filename-key
"ext/templavoila/newcewizard/class.tx_templavoila_tabbase.php" was
different from
"ext/templavoila/newcewizard/view/class.tx_templavoila_tabview.php"
which it should have been!
and also this "name annoyance"
modname
0 xMOD_tx_templavoila_cm1
1 xMOD_tx_templavoila_cm2
Reading the warning it seems that files name are different from "real"
file name. How it happened ?
Thanks,
Francesco
More information about the TYPO3-project-templavoila
mailing list