URL:
<http://gna.org/bugs/?func=detailitem&item_id=2516>
Summary: sv_reminder with sys_url_topdir
Project: Savane
Submitted by: samson
Submitted on: Wed 06/22/2005 at 20:06
Category: Backend
Priority: C - Normal
Severity: 2 - Minor
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Release: 1.06
Planned Release:
_______________________________________________________
Details:
The sv_reminder script sends wrong urls in the reminder mails, if
$sys_url_topdir is not "/".
I think that the php scripts expect the $sys_url_topdir not to have a
trailing "/" (e.g. $sys_url_topdir="/anything" and not
$sys_url_topdir="/anything/"). Thus the sv_reminder script creates URL's with
missing /, as the basepath is set to
$basepath .= "https://".$sys_https_host.$sys_url_topdir
and not to
$basepath .= "https://".$sys_https_host.$sys_url_topdir."/"
if the $sys_url_topdir is not just "/".
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?func=detailitem&item_id=2516>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev