Actions
Bug #38445
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Bootstrap must check if submodules exist
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2012-06-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
If you just clone the git repository and forget to use the --recursive parameter or to run git submodule, then you will get an error that tx_extbase_utility_extension can not be found.
This is misleading and the Install Tool should check if the system extensions are present.
It should just check for the presence of the ext_localconf.php files.
Actions