[Tickets #13573] Server port missing in selfUrl
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Sep 16 11:43:19 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13573
------------------------------------------------------------------------------
Ticket | 13573
Created By | Jasper.Olbrich at students.uni-marburg.de
Summary | Server port missing in selfUrl
Queue | Horde Framework Packages
Version | FRAMEWORK_5_1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Jasper.Olbrich at students.uni-marburg.de (2014-09-16 11:43) wrote:
Hello,
I can't edit the portal page if horde is served on an non-standard
port. The "Add" buttons on services/portal/edit.php all lead to
https://example.com/services/portal/edit.php#block, even if Horde is
running fine on https://example.com:1234.
I tried both
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
and
$conf['server']['port'] = 1234;
to no avail. I think the bug is in selfUrl() from Core/lib/Horde.php,
but I'm unsure how to fix.
More information about the bugs
mailing list