Hello,
I like your meeting management solution in Projeqtor.
There are 2 points to which I would like to draw your attention:
1. when cancelling a meeting, I was blocked from cancelling it because the members had time allocated. Shouldn't this time be automatically set to 0 if a session is cancelled?
2. When entering the meeting, there are 3 points we can add: decisions, tasks and questions. I haven't found the variables for adding these items in the email template. Can you help me?
Thank you
Hello
Indeed, it is very painful to remove everything by hand for a cancellation. Ticket #7508 registered!
For the second point, to display these elements in the email template, simply retrieve the list of linked elements.
These are external images, so you need to accept them in your email client
In my case, the image URL isn't there. Link is not full, lost my domaine
https://????/view
Thank you
It seems you are using specific PHP server that does not provide $_SERVER['REQUEST_URI'] nor $_SERVER ['PHP_SELF'] (user for IIS servers)
So server side cannot gess the domain.
Please configure your PHP so that at least one of these variables are set.
I'm on apache witn PHP Version 8.2.10
$_SERVER SERVER_NAME and $_SERVER HTTP_HOST both is set
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/website/libraries/src/Layout/BaseLayout.php on line 119
We are expecting 'REQUEST_URI' or 'PHP_SELF' in $_SERVER.
It seems your server does not provide these.
Hi,
These 2 variables have a relative path
In my case, the variable control page looks like this /infophp.php
But HTTP_HOST or SERVER_NAME contains my subdomain for app : projets.domaine.ltd
I think that for mails, the path must be a concatenation to get an absolute web path.
REQUEST_SCHEME (http or https) +://+ HTTP_HOST or SERVER_NAME + realtif path object
https://www.php.net/manual/en/reserved.variables.server.php
Hello,
I still don't have an answer to this problem.
The URLs of the images do not have my domain. In addition they are in http and not https.
PHP
$_SERVER['SERVER_NAME'] OR $_SERVER['HTTP_HOST'] = domaine $_SERVER['REQUEST_SCHEME'] = https (or http)
I found the "embed images in emails" option, I'm testing it.
Thank you
Hello,
Just to indicate that if I activate "embed images in emails" there is no image, just the allocated space
For the version with link, we can clearly see that the domain is missing and also not secure (http)
http:///view/css/customIcons/grey/iconActivity.png
Where can you find the models?
I think about it, I use FR, does that play a role?
Is it the translation plugin?
Thanks
