Actions
Bug #52282
closedEXT:documentation: fail to include ext_emconf.php
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Documentation
Target version:
Start date:
2013-09-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Use case: install an extension and generate/retrieve its documentation. It will be stored in typo3conf/Documentation/typo3cms.extensions.<extkey>
. Now remove/uninstall this extension.
The documentation module still tries to load info for the non-existing extension which leads to a PHP Warning and an empty line in the table of documents:
PHP Warning PHP Warning: include(/path/to/62.typo3dev.loc/public/ext_emconf.php) [function.include]: failed to open stream: No such file or directory in /path/to/typo3/sysext/documentation/Classes/Utility/GeneralUtility.php line 44
Actions