Bug #16980
closedInstallation of extension that needs another extension blocks the whole system
0%
Description
I installed "dam_tv_connector" after download. Unfortunately this extension needs the extension "dam". Instead of sanely telling me this the whole system is now blocked by displaying the following error in all index.php and index.htm(l)
calls:
TYPO3 Fatal Error: Extension key "dam" was NOT loaded! (t3lib_extMgm::extPath)
Do I need to reinstall my typo3 system?
Bernd Warken
(issue imported from #M4977)
Updated by Martin Kutschker almost 18 years ago
Is "dam" listed in the dependenices of the extensoin in ext_emconf.php (to be found in in typo3conf/ext/dam_tv_connector). If not it's a bug of the extension.
Updated by Bernd Warken over 17 years ago
No, "dam" is not listed in "ext_emconf.php". So it should be a an extension bug. Is it necessary to reformulate my bug report for "tx_dam"?
Updated by Martin Kutschker over 17 years ago
It's not a bug of "dam" but of "dam_tv_connector". In ext_emconf.ph it should list "cms", "dam" and "templavoila".
But as it has not listing in the bug tracker you have to contact the author by mail.
Updated by Bernd Warken over 17 years ago
How can I know the email address of the author of dam_tv_connector?
Updated by Oliver Hader over 17 years ago
The email address should be in ext_emconf.php of the extension.
Alternatively you can use the feedback feature of the TER:
http://typo3.org/extensions/repository/view/dam_tv_connector/0.0.8/feedback/
Updated by Franz Holzinger about 16 years ago
This patch would help you to lose not many hours to find out about the reason for this bug:
Updated by Christian Kuhn over 15 years ago
Resolved, no change required. This is not a core bug but a problem in some extension.