WapplerSystems / zabbix_client

Zabbix Client for TYPO3
Other
10 stars 15 forks source link

TYPO3 v12 Operation GetExtensionList Empty #39

Open loisfm opened 11 months ago

loisfm commented 11 months ago

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 commented 11 months ago

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