Send notification mail

Hi,

I have problem with send mail notification on owncloud 10.0.1.5. Owncloud sometimes sent notification mail (create share with user,create folder…) but sometimes dont send notification mail.

I have create cron every 10 minutes
*/10 * * * * php -f /opt/owncloud/cron.php

I found in logs message:
{“reqId”:“wU9bMx4i5LxX9EN419FG”,“level”:1,“time”:“2018-10-12T16:10:04+02:00”,“remoteAddr”:"",“user”:"–",“app”:“cron”,“method”:"–",“url”:"–",“message”:“Invalidating tokens older than 2018-10-11T14:10:04+00:00”}

Why token time is T14:10:04+00:00 when my server time and my real time is 16:10:10
I set time zone in php.ini correct
Where can I set right time for token valid?

Thank you for answer.

Hey,

maybe it could be a good starting point to update the recent ownCloud Server 10.0.10 Release first before looking for issues in an outdated version? :slightly_smiling_face:

1 Like

Hi, thank you for your answer. But this is production owncloud in my company. I cant stop application now. But I try update system.