You are not logged in.
Pages: 1
Since the upgrade to GLPI version 10.0.3 I have problems when assigning a supplier in a ticket. I get a blank web page.
If I add a supplier without an email address there is no problem. The problem comes when the provider has email.
Here is the PHP log:
[2022-10-31 11:58:08] glpiphplog.WARNING: *** PHP Warning (2): error_log(/var/www/html/glpi/files/_log/cron.log): failed to open stream: Permission denied in /var/www/html/glpi/src/Toolbox.php at line 574
Backtrace :
src/Toolbox.php:574 error_log()
src/CronTask.php:1064 Toolbox::logInFile()
front/cron.php:64 CronTask::launch()
It has all the permissions, I don't know where the error comes from.
Thanks for your help!
Offline
Hello,
I solved it by modifying the NotificationTargetCommonITILObject.php file.
#https://github.com/glpi-project/glpi/pull/12729/files#
Offline
Pages: 1