Your message dated Fri, 09 Sep 2005 13:47:51 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321490: fixed in horde3 3.0.5-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Aug 2005 19:35:51 +0000
>From [EMAIL PROTECTED] Fri Aug 05 12:35:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp1.rz.uni-karlsruhe.de [129.13.185.217]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E17yw-0001DN-00; Fri, 05 Aug 2005 12:35:50 -0700
Received: from [129.13.68.70] (vpn-cl1-070.rz.uni-karlsruhe.de [129.13.68.70])
by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.43 #1)
id 1E17yu-0007qD-FK; Fri, 05 Aug 2005 21:35:48 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 05 Aug 2005 21:35:48 +0200
From: Simon Frettloeh <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.11)
Gecko/20050728
X-Accept-Language: de-de, de, en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: horde3 " Undefined index" in imp4 when collapsing folders
X-Enigmail-Version: 0.92.0.0
Content-Type: multipart/mixed;
boundary="------------070800040005090303080301"
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part message in MIME format.
--------------070800040005090303080301
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Package: horde3
Version: 3.0.4-4
Affects: imp4
This Bug affects IMP4, because that's the place, where you will see it
occuring. If you are in folder view ("Folders" on the top menu) and
then click on "Collapse All" you get this error message:
===snip===
Notice: Undefined index: v in
/usr/share/horde3/lib/Horde/IMAP/Tree.php on line 1555
Notice: Undefined index: v in
/usr/share/horde3/lib/Horde/IMAP/Tree.php on line 1258
===snap===
I'm using "PHP 4.3.10-15".
This is also described in
http://lists.horde.org/archives/imp/Week-of-Mon-20050530/042273.html
and seems to be a horde3 and not an imp4 problem.
Solution:
I downloaded Horde 3.0.5, and edited the original Tree.php and
inserted at about line 1555 the code of the updated Tree.php. Please
see attached patch for details. It seems to work.
Bye,
Simon
--
[bysf]
simon frettloeh # mailto:[EMAIL PROTECTED]
pgp keyid:0x372A2577 # available on all public key servers
--------------070800040005090303080301
Content-Type: text/plain;
name="Tree.php.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="Tree.php.patch"
--- old/Tree.php 2005-08-05 19:14:07.000000000 +0000
+++ /usr/share/horde3/lib/Horde/IMAP/Tree.php 2005-08-05 19:19:17.000000000
+0000
@@ -1551,9 +1551,11 @@
*/
function collapseAll()
{
- foreach ($this->_tree as $val) {
- $this->collapse($val['v']);
- }
+ foreach ($this->_tree as $key => $val) {
+ if ($key != IMAPTREE_BASE_ELT) {
+ $this->collapse($val['v']);
+ }
+ }
}
/**
--------------070800040005090303080301--
---------------------------------------
Received: (at 321490-close) by bugs.debian.org; 9 Sep 2005 20:52:08 +0000
>From [EMAIL PROTECTED] Fri Sep 09 13:52:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EDpmp-0003T1-00; Fri, 09 Sep 2005 13:47:51 -0700
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321490: fixed in horde3 3.0.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 09 Sep 2005 13:47:51 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 9
Source: horde3
Source-Version: 3.0.5-1
We believe that the bug you reported is fixed in the latest version of
horde3, which is due to be installed in the Debian FTP archive:
horde3_3.0.5-1.diff.gz
to pool/main/h/horde3/horde3_3.0.5-1.diff.gz
horde3_3.0.5-1.dsc
to pool/main/h/horde3/horde3_3.0.5-1.dsc
horde3_3.0.5-1_all.deb
to pool/main/h/horde3/horde3_3.0.5-1_all.deb
horde3_3.0.5.orig.tar.gz
to pool/main/h/horde3/horde3_3.0.5.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated horde3 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 9 Sep 2005 22:53:15 +0200
Source: horde3
Binary: horde3
Architecture: source all
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description:
horde3 - horde web application framework
Closes: 304186 309657 309661 309729 315571 321490 325146 325492 325727 326066
Changes:
horde3 (3.0.5-1) unstable; urgency=low
.
* New upstream release,
closes: #325146, #315571, #325727, #321490, #309729, #304186.
* Added gollem to suggest list, closes: #325492.
* Added webcpp, chora2, xlhtml, ppthtml, wv, source-highlight, enscript
and rpm to suggest list, closes: #309657, #326066.
* Patched config/mime_drivers.php.dist so that no /usr/local is used
for programs that exist in Debian archive, closes: #309661.
Files:
b709ce268f0cc0c586e3e2091d7bfe70 615 web optional horde3_3.0.5-1.dsc
31ee0819be4efe44819f8ffef5db5365 3549687 web optional horde3_3.0.5.orig.tar.gz
8a21e0049f371dabe58a5ed7d2ace648 7406 web optional horde3_3.0.5-1.diff.gz
55ed2b54e6602a5e9d4d5c9fc32b652c 3598618 web optional horde3_3.0.5-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDIfr1GKGxzw/lPdkRAgp3AJ9ywNjm6rGi8sBU8djMa2XQvR/DswCaA3di
ieDKMwpzQnjvOaSsvrMuAKU=
=3SFl
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]