Hello,
I've make the installation of projeQtOr on a Raspberry pi. I've actually a problem when i send user information. The url sended by mail is not correct. I have http://_ instead of http://"my ip address".
I have the same problem with the links in Activity emails.
I don't have any informations in the log file. Did i forget to install a package on my web server?
Thanks in advance
ProjeQtOr V7.2.7
Could you please show content of variable $_SERVER on PHP
You can for instance create new file in web directory test.php containing :
Hello,
The result is : "_"
Ok
In your conf, SERVER_NAME is not known.
We'll try and provide some patch.
As a workaround, add this line in parameters.php :
$_SERVER['SERVER_NAME']=$_SERVER['SERVER_ADDR'];
It works.
Thank you for help.

