Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

[SOLVED] Problem wi...
 
Notifications
Clear all

[SOLVED] Problem with direct link to activity in email and ${url} tag

5 Posts
2 Users
0 Reactions
2,378 Views
(@niny1992)
Posts: 3
Active Member
Topic starter
 
[#5591]

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


 
Posted : 03 Dec 2018 18H03
(@babynus)
Posts: 14952
Member Admin
 

Could you please show content of variable $_SERVER on PHP
You can for instance create new file in web directory test.php containing :



 
Posted : 04 Dec 2018 15H54
(@niny1992)
Posts: 3
Active Member
Topic starter
 

Hello,
The result is : "_"


 
Posted : 04 Dec 2018 19H11
(@babynus)
Posts: 14952
Member Admin
 

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'];

 
Posted : 04 Dec 2018 21H25
(@niny1992)
Posts: 3
Active Member
Topic starter
 

It works.
Thank you for help.


 
Posted : 04 Dec 2018 22H28
Share:

Scroll to Top