miniOrangeDev / typo3-oidc-free

0 stars 5 forks source link

Package "EXT:oauth" is not available. #7

Open TrueType opened 6 months ago

TrueType commented 6 months ago

(1/1) #1166546734 TYPO3\CMS\Core\Package\Exception\UnknownPackageException Package "EXT:oauth" is not available. Please check if the package exists and that the package key is correct (package keys are case sensitive).

Running TYPO3v11.5.36 in composer mode Extension Version is v.1.0.8

To reproduce:

the extension code is in /vendor/miniorange/miniorange-oidc

TrueType commented 6 months ago

TYPO3v12.4.14 reproduces the bug.

sypets commented 3 weeks ago

Also reproduced this with TYPO3 v12.4.22 and latest version with patch from #14 PR.

This does not look right:

typo3-oidc-free/Configuration/TCA/tx_oauth_domain_model_beoidc.php:

'title' => 'LLL:EXT:EXT:oauth/Resources/Private/Language/locallang_db.xlf:tx_oauth_domain_model_beoidc',
...

https://github.com/miniOrangeDev/typo3-oidc-free/blob/4a8abc7c3110d731b23c3d8b98f01e3946ec1044/Configuration/TCA/tx_oauth_domain_model_beoidc.php#L4C9-L4C113

shouldn't be EXT: twice. Will push another commit ...