You are not logged in.
Pages: 1
Hello,
All tickets that enter the queue of emails are automatically going to the bin. I have to select them, restore them to be able to send them and sometimes they are not sent.
Does anyone know what might be happening?
- GLPI 9.2
Thank you.
Márcio Machado
Brasília-DF / Brasil
Offline
Hello,
I believe that queuednotificationclean is not performing correctly, even with Automatic Action configured in CLI Mode and GLPI.
It still keeps email sent in the trash.
At.
Last edited by machadomall (2017-11-10 18:58:51)
Márcio Machado
Brasília-DF / Brasil
Offline
You are right https://github.com/glpi-project/glpi/issues/3075
You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3
Offline
Hello Friend,
Let's wait!
Thank you.
Márcio Machado
Brasília-DF / Brasil
Offline
Hello !
Same problem for me but with only the ajax notification who stay in the queue list.
When I select them and click to sent error...
In php error log file :
2017-11-15 11:08:47 [430@xxx]
From NotificationEventAjax::send() in /var/www/glpi/inc/notificationeventajax.class.php line 75
NotificationEventAjax::send should not be called!
2017-11-15 11:09:06 [430@xxx]
From NotificationEventAjax::send() in /var/www/glpi/inc/notificationeventajax.class.php line 75
NotificationEventAjax::send should not be called!
GLPI Prod 9.3.2 / FI 9.3+1.3 / Ubuntu 16.04.5 LTS / PHP 7.0.33
GLPI Test 9.4.0 / FI 9.4.0+1.0 / Ubuntu 16.04.5 LTS / PHP 7.0.33
Offline
That error is because GLPI tasks do not work well.
I opted for the next line in the cron (crontab -e)
* / 1 * * * * /usr/bin/php/var/www/html/glpi/front/cron.php &> / dev / null
You specify the time you want the cron to run the cron of the php of the glpi
In my case I have it inside /var/www/html/glpi the files of the glpi, put the correct route according to your installation.
Last edited by vicenteazua (2017-11-15 19:22:23)
Offline
Mmm perfect it's okay for me thanks a lot !
GLPI Prod 9.3.2 / FI 9.3+1.3 / Ubuntu 16.04.5 LTS / PHP 7.0.33
GLPI Test 9.4.0 / FI 9.4.0+1.0 / Ubuntu 16.04.5 LTS / PHP 7.0.33
Offline
Pages: 1