You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Das Abrufen der Informationen einer Typo3-Client-Instanz (v11 + v12) produziert ein Warning im Typo3-Errorlog:
Core: Error handler (FE): PHP Warning: Undefined array key "type" in t3monitoring_client/Classes/Provider/ExtensionProvider.php line 35
In der v12-Client-Instanz werden in der Client-Ansicht auch System-Extensions angezeigt. In der v11-Client-Instanz jedoch nur die geladenen Extensions.
The text was updated successfully, but these errors were encountered:
* [FEATURE] Raise version constraints and adjust code
- apply rector for TYPO3 v11+ and PHP 7.4+
- remove checks for outdated versions
- remove ObjectManager
- replace outdated paths with extension version check
* [BUGFIX] Remove some Bugs when calling the eid page
* [TASK] Move all Slot functionality directly into Event Listener
The outdated naming was confusing
* [FEATURE] Introduce Coding Guidelines and apply them
Das Abrufen der Informationen einer Typo3-Client-Instanz (v11 + v12) produziert ein Warning im Typo3-Errorlog:
Core: Error handler (FE): PHP Warning: Undefined array key "type" in t3monitoring_client/Classes/Provider/ExtensionProvider.php line 35
In der v12-Client-Instanz werden in der Client-Ansicht auch System-Extensions angezeigt. In der v11-Client-Instanz jedoch nur die geladenen Extensions.
The text was updated successfully, but these errors were encountered: