georgringer / t3monitoring_client

Monitoring client
GNU General Public License v2.0
29 stars 25 forks source link

mb_detect_encoding(): Passing null to parameter #1 ($string) of type string is deprecated #83

Closed maslme closed 11 months ago

maslme commented 11 months ago

I've got a PHP Runtime Deprecation Notice:

mb_detect_encoding(): Passing null to parameter #1 ($string) of type string is deprecated in [...]t3monitoring_client/Classes/Client.php line 76

With TYPO3 11.5.31 t3monitoring_client 10.0.0 php 8.1.23

Possible solution is to check, if $item is set like /**