Cron_Execution - PHP Deprecated et PHP Notice

Salut,

En vérifiant les logs, je constate beaucoup d’entrée dans le log cron_execution avec des messages du type ‹ PHP Deprecated › et ‹ PHP Notice ›.
Comment corriger cela? (tous les plugins sont à jour)

Voici une capture d’écran:

Merci pour votre support!

Sébastien

Il serait que tu mettent les logs entre les balises <>
Car là sur la photo c’est dur à lire
Et à mon avis il y a plusieurs plugins en question

Bonjour @JAG et merci de ta réponse rapide!

Voici un extrait des logs:

PHP Notice:  Undefined index: e in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 426
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 275
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 139
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 143
PHP Notice:  Undefined index: e in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 426
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 275
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 139
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 143
PHP Notice:  Undefined index: e in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 426
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 275
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 139
PHP Notice:  A non well formed numeric value encountered in /var/www/html/plugins/openWrt/core/class/openWrt.class.php on line 143
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1032
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099
PHP Deprecated:  Function create_function() is deprecated in /var/www/html/plugins/script/vendor/electrolinux/phpquery/phpQuery/phpQuery/phpQueryObject.php on line 1099

Alors on voit bien le plugin ‹ openWrt › qui génère ces logs…
Mais aussi le plugin ‹ Script ›…

Pour le plugin Script, j’ai désactivé l’autoactualisation du cron et j’ai remplacé cela par un scénario qui s’éxecute chaque minute et depuis plus de problème!
Est-ce la solution?
Pourquoi depuis le plugin ‹ Script › ceci pose un problème?

Je planche encore sur le plugin ‹ openWRT › …

Merci,

Sébastien

C’est bon, j’ai aussi corrigé les fonctions du plugin ‹ openWRT › qui génairaient ces messages …
Maintenant tout est clean :slight_smile:

Merci,

Sébastien