Your message dated Fri, 20 Jan 2006 09:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#344895: fixed in phpgacl 3.3.6-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; 27 Dec 2005 11:33:58 +0000
>From [EMAIL PROTECTED] Tue Dec 27 03:33:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from [213.0.106.125] (helo=ossim-devel)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ErD5a-00017B-F3
        for [EMAIL PROTECTED]; Tue, 27 Dec 2005 03:33:58 -0800
Received: by ossim-devel (Postfix, from userid 1001)
        id 89BB1C9C055; Tue, 27 Dec 2005 12:33:43 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Juan Manuel Lorenzo <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Warning and notice in /usr/share/phpgacl/gacl.class.php line 37
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Tue, 27 Dec 2005 12:33:43 +0100
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

Package: phpgacl
Version: 3.3.6-1
Severity: normal



When using error_reporting = E_ALL in php.ini I get this error in one of the
phpgacl pages:

Notice: Constant ADODB_DIR already defined in /usr/share/phpgacl/gacl.class.php 
on line 37

Warning: session_start(): Cannot send session cache limiter - headers already 
sent (output started at /usr/share/phpgacl/gacl.class.php:37) in 
/home/juanma/ossim-cvs/include/classes/Session.inc on line 141

This can easily be solved checking if ADODB_DIR has been previously defined or 
not:


if (!(defined('ADODB_DIR'))) {
    define('ADODB_DIR', '/usr/share/php/adodb');
}




-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages phpgacl depends on:
ii  debconf [debconf-2.0]         1.4.59     Debian configuration management sy
ii  libphp-adodb                  4.64-4     The 'adodb' database abstraction l
ii  php-cache-lite                1.5.2-2    Fast and lite data cache system
ii  smarty                        2.6.10-0.2 Template engine for PHP

phpgacl recommends no packages.

-- debconf information:
* phpgacl/setup:
* phpgacl/name: ossim_acl
  phpgacl/conffile_changed:
* phpgacl/apache: All
* phpgacl/host: localhost
* phpgacl/user: root

---------------------------------------
Received: (at 344895-close) by bugs.debian.org; 20 Jan 2006 17:40:51 +0000
>From [EMAIL PROTECTED] Fri Jan 20 09:40:51 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F007N-0002vv-Jf; Fri, 20 Jan 2006 09:32:09 -0800
From: David Gil <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#344895: fixed in phpgacl 3.3.6-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 20 Jan 2006 09:32:09 -0800
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

Source: phpgacl
Source-Version: 3.3.6-1

We believe that the bug you reported is fixed in the latest version of
phpgacl, which is due to be installed in the Debian FTP archive:

phpgacl_3.3.6-1.diff.gz
  to pool/main/p/phpgacl/phpgacl_3.3.6-1.diff.gz
phpgacl_3.3.6-1.dsc
  to pool/main/p/phpgacl/phpgacl_3.3.6-1.dsc
phpgacl_3.3.6-1_all.deb
  to pool/main/p/phpgacl/phpgacl_3.3.6-1_all.deb
phpgacl_3.3.6.orig.tar.gz
  to pool/main/p/phpgacl/phpgacl_3.3.6.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.
David Gil <[EMAIL PROTECTED]> (supplier of updated phpgacl 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: Tue, 17 Jan 2006 08:53:43 +0100
Source: phpgacl
Binary: phpgacl
Architecture: source all
Version: 3.3.6-1
Distribution: unstable
Urgency: low
Maintainer: David Gil <[EMAIL PROTECTED]>
Changed-By: David Gil <[EMAIL PROTECTED]>
Description: 
 phpgacl    - PHP Generic Access Control Lists
Closes: 343567 344895
Changes: 
 phpgacl (3.3.6-1) unstable; urgency=low
 .
   * New upstream release (Closes: #343567).
   * Check if constant ADODB_DIR is already defined, avoiding warnings when
     error_reporting is set to E_ALL in php configuration (Closes: #344895).
   * Use debhelper compat level 5 and update build-dependencies accordingly.
   * Updated copyright file.
   * Added debconf templates translation.
   * Added watch file.
Files: 
 057e24faa89444432b2ea46519142649 634 web optional phpgacl_3.3.6-1.dsc
 5f5938f493afe9b00d65dc83b79eab32 2720827 web optional phpgacl_3.3.6.orig.tar.gz
 fd113f9ed08ae1e157320c4c1510ee42 8457 web optional phpgacl_3.3.6-1.diff.gz
 9ccec9ec153bcb86f831484319d01054 2190858 web optional phpgacl_3.3.6-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD0RYLsandgtyBSwkRAqdHAJ9hY1M5OE6IQdhG15wVFbTT7a2rMACfQEmZ
iunSTGgMH0rrPGDK4DJRqXA=
=D+BO
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to