slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 26 forks source link

Fix `ExtensionUtility::configurePlugin` calls #260

Closed beatrycze-volk closed 7 months ago

beatrycze-volk commented 7 months ago

Error: [NOTICE] request="7f793c25ff4d7" component="TYPO3.CMS.deprecations": Calling method TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin with argument $extensionName ("Slub.Dfgviewer") containing the vendor name ("Slub") is deprecated and will stop working in TYPO3 11.0. - {"file":"/var/www/html/public/typo3/sysext/extbase/Classes/Utility/ExtensionUtility.php","line":171}

Since TYPO3 10 $extensionName should be called only as 'Dfgviewer'. This change is needed for upgrade to TYPO3 11.

Source: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.html