Summary | Horde not loading vhosts confs |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | boutilpj (at) ednet (dot) ns (dot) ca |
Created | 03/31/2017 (3019 days ago) |
Due | |
Updated | 04/01/2017 (3018 days ago) |
Assigned | 03/31/2017 (3019 days ago) |
Resolved | 04/01/2017 (3018 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit b34fd24db43c266a4d1b7fadadc0308048a566c1
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Mar 31 22:43:49 2017 -0400
Bug: 14605Fix regression in loading vhost files.framework/Core/lib/Horde/Registry/Loadconfig.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/b34fd24db43c266a4d1b7fadadc0308048a566c1
Assigned to
State ⇒ Assigned
Priority ⇒ 2. Medium
can't be modified within the loop. However, the solution isn't to
revert back to the deprecated php language construct. It needs to be
changed to something like:
$k =0;
for ($v = reset($flist); $v; $v = next($flist)) {
.
if ($k++ == $end) {
.
}
}
I can fix this when I'm back in front of my dev box late
tonight/tomorrow if no one else beats me to it.
New Attachment: Loadconfig.php.patch
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Horde not loading vhosts confs
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
vhosts files are read. This can be traced back to this commit.
https://github.com/horde/horde/commit/d92682fda55e0ed156f92f17bd97a30bf84549ce#diff-f9a576be4845e5fd565c524a2133f4a6