Anonymous | Login | Signup for a new account | 2021-03-04 21:37 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0001934 | SiT! | notifications | public | 2014-05-06 08:49 | 2014-05-06 15:08 | ||||||||
Reporter | paulh | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | Current GIT | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0001934: new held email template produces broken link | ||||||||||||
Description | the new held email (holding queue) produces the following body There's a new email in the holding queue. You can view it at: http:///holding_queue.php [^] Which is missing the server name etc from the URL | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
||||||
|
![]() |
|
paulh (administrator) 2014-05-06 15:01 edited on: 2014-05-06 15:03 |
This fails due to the application_url function in lib/functions.inc.php thinking $CONFIG['application_uriprefix']) is empty and trying to use $_SERVER['HTTP_HOST'] which obviously isn't set as this is being called from a cron job Though this config option is set |
paulh (administrator) 2014-05-06 15:08 |
On further investigation $CONFIG['application_uriprefix']) wasn't actually set in the DB or the config file even though the config pages showed it as set, this is because core.php trys to get this and set the config variable though this doesn't work in cron as _SERVER isn't populated |
![]() |
|||
Date Modified | Username | Field | Change |
2014-05-06 08:49 | paulh | New Issue | |
2014-05-06 14:57 | paulh | Relationship added | related to 0001263 |
2014-05-06 15:01 | paulh | Note Added: 0004935 | |
2014-05-06 15:03 | paulh | Note Edited: 0004935 | View Revisions |
2014-05-06 15:08 | paulh | Note Added: 0004936 |
Copyright © 2000 - 2021 MantisBT Team |