Open
Description
TYPO3 12
Since TYPO3 12 extensions are no longer in the folder "typo3conf/ext/" (https://typo3.org/article/get-ready-for-typo3-v12), therefore the operation "GetExtensionList" does not find any extensions.
switch ($scope) {
case 'system':
$path = Environment::getPublicPath() . '/typo3/sysext/';
break;
case 'local':
default:
$path = Environment::getPublicPath() . '/typo3conf/ext/';
break;
}
Is a fix planned for this?
Metadata
Metadata
Assignees
Labels
No labels