Bonjour,
Je suis en jeedom beta 4.5
j’ai les messages suivants dans mon jeedom (fichier de log jeedom)
0084|[2024-10-13 00:03:03] ERROR Call to a member function getLifetime() on bool
0085|[2024-10-13 01:03:02] ERROR Call to a member function getLifetime() on bool
0086|[2024-10-13 02:03:03] ERROR Call to a member function getLifetime() on bool
0087|[2024-10-13 03:03:02] ERROR Call to a member function getLifetime() on bool
0088|[2024-10-13 04:03:02] ERROR Call to a member function getLifetime() on bool
après verif, cette fonction semble être utilisée dans 2 fichiers :
core : core/class/cache.class.php
plugin-jmqtt : plugins/jMQTT/resources/Ratchet/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
Au vu de la frequence, je dirait aussi que ca doit etre en lien avec un cron 3 * * * * (le cronHourly de Jeedom)
Voilà, pas grand chose dire de plus avec mon niveau
Norbert