Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TYPO3 v12 Operation GetExtensionList Empty #39

Open
loisfm opened this issue Nov 7, 2023 · 1 comment
Open

TYPO3 v12 Operation GetExtensionList Empty #39

loisfm opened this issue Nov 7, 2023 · 1 comment

Comments

@loisfm
Copy link

loisfm commented Nov 7, 2023

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?

@svewap
Copy link
Collaborator

svewap commented Nov 9, 2023

I will see. I personal don't use the legay mode anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants