You are not logged in.
Pages: 1
Hello guys,
I have a problem today, i would like some user could send me a GLPI ticket without being connect. But when I try with this URL : https://helpdesk/front/helpdesk.php and click on the Send buttom, nothing happen.
So I already try to make a rules and also enable the anonymous open ticket. "Control < Global < Assist.
On my web server logs I have this message :
/var/log/apache2$ [Thu May 18 15:43:23.515381 2017] [:error] [pid 14391] PHP Warning: error_log(/var/www/glpi/files/_log/php-errors.log): failed to open stream: Permission denied in /var/www/glpi/inc/toolbox.class.php on line 514, referer: https://helpdesk/index.php?redirect=%2F … jector.php
Can someone help me ?
I hope you will understand my english
Last edited by yohan.pelletier (2017-05-29 09:57:38)
Offline
pls check the rights of your webserver process user.
Linux
sudo chown www-data:www-data -R /var/www/glpi/*
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
Hi KKAdmin,
Thanks for your answer, but unfortunately; this folder (/var/www/glpi/) is already with www-data owner.
Offline
If you don't have business rule to affect the ticket, this ticket is created in Root entity, so is the user is in sub-entity, your have this message
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Bonjour,
j'ai essayé de suspendre toutes mes règles et pourtant rien n'y fait, le ticket se génère que lorsqu'on s'identifie.
Du coup mes utilisateurs n'étant pas authentifier, ne peuvent pas créer de ticket.
If you don't have business rule to affect the ticket, this ticket is created in Root entity, so is the user is in sub-entity, your have this message
Offline
Vous autorisez les tickets anonymes ?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Vous autorisez les tickets anonymes ?
Oui bien sur.
Offline
D'après votre premier post, vous avez une erreur lors de l'exécution de votre action mais GLPI ne peut pas la tracer car il ne peut pas écrire dans son fichier d'erreurs.
Donc soit Apache dans pas propriétaire du dossier Files en récursif, soit vous n'avez plus d'espace disque.
Passez en mode Debug(dans vos préférences), les erreurs devraient apparaitre en rougle à l'écran.
J'ai besoin de cette erreur pour comprendre votre problème
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Pages: 1