Actions
Task #90981
closedDisable extension scanner if no local extension folder is present to avoid exceptions
Start date:
2020-04-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Problem/Description¶
Steps to reproduce¶
- Delete all subfolders in
typo3conf/ext/
- Open Admin tools -> Upgrade
- press "Scan Extension Files"
- Modal opens
- press "Scan all"
- voilĂ : exception gets thrown
ToDo(s)¶
Since the TYPO3 Core Update card in the UpgradeController is already disabled in the cardsAction()
we add such a check also for the extension scanner card like it was done for composer mode TYPO3 instances.
Files
Actions