featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 30 forks source link

PHP Warnings with PHP 8 #184

Closed criwe closed 1 year ago

criwe commented 1 year ago

Hi! In a TYPO3 11.5.21 (Multidomain-Installation) I see two PHP Warnings when editing an term:

PHP Warning

Core: Error handler (BE): PHP Warning: Undefined array key "uid" in //typo3_src-11.5.21/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php line 87

PHP Warning

Core: Error handler (BE): PHP Warning: Undefined array key "l10n_parent" in /typo3_src-11.5.21/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php line 88

When switching back to PHP 7.4, no warnings came up.

The functionality is not affected, is therefore more of an optical flaw.

Best regards, Christoph

featdd commented 1 year ago

Hi @criwe,

I tested this in TYPO3 11.5.22 with PHP 8.0.27 and could'nt reproduce this warning. The warning also comes from a core class, so maybe it could be a missconfiguration in your instance or something?!

For now I don't see this as an issue in this extension, unless you provide me additional information I will close this issue for now.

Greetings Daniel