[Eisfair] php7-fpm 1.1.10 --> kein iconv --> keine Graphen bei pnp4nagios

Peter Bäumer peter at baeumer.dd-dns.de
Sa Okt 26 11:10:31 CEST 2019


Am 26.10.2019 um 10:51 schrieb Holger Bruenjes:
> Hallo Pter
> 
> Am 26/10/2019 um 09.39 schrieb Peter Bäumer:
> 
>> Fatal error: The iconv extension is not loaded. Without iconv, strings cannot be properly translated to UTF-8 from user input. This application cannot be run without UTF-8 support. in /usr/local/pnp4nagios/lib/kohana/system/core/utf8.php on line 48
> 
> ja, falscher Pfad im binarie :-(
> 
> wird dann behoben.

Danke für die Info

> 
> Holger
> 

PS.:
> Notice: A non well formed numeric value encountered in /data/www/runalyze/runalyze_4.3.0/runalyze/inc/core/Data/Weather/WindChillFactor.php on line 66
> 
> Da scheint es Probleme zugeben mit einer Variablen zu geben die nicht im richtigem Format vorliegt, und nun nach dem Update auch angezeigt wird.

Da wird ein float anstatt ein integer übergeben, die Behandlung der Variabel $activitySpeed->asKmPerHour() mit intval() hat da geholfen.
   
         if (null !== $activitySpeed) {
                 $kmh = $windSpeed->inKilometerPerHour() + intval($activitySpeed->asKmPerHour());
              /* $kmh = $windSpeed->inKilometerPerHour() + $activitySpeed->asKmPerHour(); */
         }
Falls da Jemand noch nunalyze bei sich Lokal laufen hat ;)

MfG
   Peter B.


Mehr Informationen über die Mailingliste Eisfair