You are not logged in.
Hello,
Following GLPI 10.0.3 upgrade towards 10.0.5, I get email notifications every 5 minutes which are a consequence of GLPI cron :
PHP Warning: Invalid item "Agent" (30). in /var/www/glpi/marketplace/glpiinventory/inc/task.class.php on line 833
Environment:
OpenSUSE Leap 15.4
PHP 7.4.33
Apache 2.4.51
MariaDB 10.7.7
GLPI PHP logs:
srv-glpi:# tail /var/www/glpi/files/_log/php-errors.log
front/cron.php:84 CronTask::launch()
[2023-01-23 17:00:02] glpiphplog.WARNING: *** PHP User Warning (512): Invalid item "Agent" (30). in /var/www/glpi/marketplace/glpiinventory/inc/task.class.php at line 833
Backtrace :
marketplace/glpiinventory/inc/task.class.php:833 trigger_error()
marketplace/glpiinventory/inc/task.class.php:663 PluginGlpiinventoryTask->getAgentsFromActors()
marketplace/glpiinventory/inc/task.class.php:913 PluginGlpiinventoryTask->prepareTaskjobs()
src/CronTask.php:1018 PluginGlpiinventoryTask::cronTaskscheduler()
front/cron.php:84 CronTask::launch()
Executed crontab:
srv-glpi:# crontab -l
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
*/5 * * * * /usr/bin/php /var/www/glpi/front/cron.php
Thanks in advance for help!
Thomas
Offline
Any help or idea on this topic ?
Offline