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

Avoid TYPO3 Deprecation Notice #96

Closed
fixpunkt-systeme opened this issue Aug 25, 2022 · 0 comments
Closed

Avoid TYPO3 Deprecation Notice #96

fixpunkt-systeme opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fixpunkt-systeme
Copy link

I found entries from your extension in the depraction log file:
Thu, 25 Aug 2022 11:11:41 +0200 [NOTICE] request="216d7ce54a93d" component="TYPO3.CMS.deprecations": Core: Error handler (BE): TYPO3 Deprecation Notice: Calling method TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin with argument $extensionName ("DirkPersky.DpCookieconsent") containing the vendor name ("DirkPersky") is deprecated and will stop working in TYPO3 11.0. in C:\xampp\htdocs\git\typo3-materialsuche\public\typo3\sysext\extbase\Classes\Utility\ExtensionUtility.php line 61
Thu, 25 Aug 2022 11:11:41 +0200 [NOTICE] request="216d7ce54a93d" component="TYPO3.CMS.deprecations": Core: Error handler (BE): TYPO3 Deprecation Notice: Calling method TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin with argument $extensionName ("DirkPersky.DpCookieconsent") containing the vendor name ("DirkPersky") is deprecated and will stop working in TYPO3 11.0. in C:\xampp\htdocs\git\typo3-materialsuche\public\typo3\sysext\extbase\Classes\Utility\ExtensionUtility.php line 61

The solution is simple:
Remove "DirkPersky." in ext_localconf.php at configurePlugin.

@DirkPersky DirkPersky self-assigned this Sep 5, 2022
@DirkPersky DirkPersky added the enhancement New feature or request label Sep 5, 2022
DirkPersky added a commit that referenced this issue Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants