Your message dated Thu, 18 Aug 2005 01:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322082: fixed in flyspray 0.9.7-5
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; 8 Aug 2005 23:49:37 +0000
>From [EMAIL PROTECTED] Mon Aug 08 16:49:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from biolinux.df.ibilce.unesp.br [200.145.203.226]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E2HNB-00053Z-00; Mon, 08 Aug 2005 16:49:37 -0700
Received: by biolinux.df.ibilce.unesp.br (Postfix, from userid 1000)
id C72A2BB4F7; Mon, 8 Aug 2005 20:49:04 -0300 (BRT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Nelson A. de Oliveira" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: flyspray: Wrongly including adodb.inc.php
X-Mailer: reportbug 3.15
Date: Mon, 08 Aug 2005 20:49:04 -0300
Message-Id: <[EMAIL PROTECTED]>
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: flyspray
Version: 0.9.7-4
Severity: important
Tags: patch
Hi!
I was taking a looking at my flyspray service that I maintain here, and
I saw this:
Warning: main(/usr/share/adodb/adodb.inc.php): failed to open stream: No
such file or directory in /usr/share/flyspray/htdocs/header.php on line
51
Warning: main(): Failed opening '/usr/share/adodb/adodb.inc.php' for
inclusion
(include_path='.:/usr/share/pear:/usr/share/php4:/usr/share/php/adodb:/usr/share/flyspray/htdocs')
in /usr/share/flyspray/htdocs/header.php on line 51
Fatal error: Call to undefined function: newadoconnection() in
/usr/share/flyspray/htdocs/includes/functions.inc.php on line 79
The error in on /etc/flyspray/flyspray.conf.php
It's using
adodbpath = "/usr/share/adodb/adodb.inc.php"
Instead of
adodbpath = "/usr/share/php/adodb/adodb.inc.php"
That's because libphp-adodb has changed the location to
/usr/share/php/adodb/ now.
Patch:
--- debian/old/flyspray.conf.php 2005-08-08 20:43:38.000000000 -0300
+++ debian/new/flyspray.conf.php 2005-08-08 20:43:51.000000000 -0300
@@ -8,7 +8,7 @@
[general]
basedir = "/usr/share/flyspray/htdocs/" ; Location of your Flyspray
installation
cookiesalt = "@cookie@" ; Randomisation value for
cookie encoding
-adodbpath = "/usr/share/adodb/adodb.inc.php" ; Path to the main ADODB include
+adodbpath = "/usr/share/php/adodb/adodb.inc.php" ; Path to the main ADODB
include
output_buffering = "on" ; Available options: "off", "on" and
"gzip"
[database]
Thank you!
Nelson
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc6-mm1
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to
pt_BR)
Versions of packages flyspray depends on:
ii apache [httpd] 1.3.33-7 versatile, high-performance HTTP s
ii debconf 1.4.56 Debian configuration management sy
ii libphp-adodb 4.64-4 The 'adodb' database abstraction l
ii php4 4:4.4.0-1 server-side, HTML-embedded scripti
ii php4-cli 4:4.4.0-1 command-line interpreter for the p
ii php4-mysql 4:4.4.0-1 MySQL module for php4
ii ucf 2.000 Update Configuration File: preserv
ii wwwconfig-common 0.0.43 Debian web auto configuration
flyspray recommends no packages.
-- debconf information excluded
---------------------------------------
Received: (at 322082-close) by bugs.debian.org; 18 Aug 2005 08:19:24 +0000
>From [EMAIL PROTECTED] Thu Aug 18 01:19:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E5faC-0006ca-00; Thu, 18 Aug 2005 01:17:04 -0700
From: Pierre Habouzit <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322082: fixed in flyspray 0.9.7-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 18 Aug 2005 01:17:04 -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: 2
Source: flyspray
Source-Version: 0.9.7-5
We believe that the bug you reported is fixed in the latest version of
flyspray, which is due to be installed in the Debian FTP archive:
flyspray_0.9.7-5.diff.gz
to pool/main/f/flyspray/flyspray_0.9.7-5.diff.gz
flyspray_0.9.7-5.dsc
to pool/main/f/flyspray/flyspray_0.9.7-5.dsc
flyspray_0.9.7-5_all.deb
to pool/main/f/flyspray/flyspray_0.9.7-5_all.deb
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.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated flyspray 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: Thu, 18 Aug 2005 10:08:42 +0200
Source: flyspray
Binary: flyspray
Architecture: source all
Version: 0.9.7-5
Distribution: unstable
Urgency: low
Maintainer: Pierre Habouzit <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description:
flyspray - lightweight Bug Tracking System (BTS) in PHP
Closes: 300312 322082
Changes:
flyspray (0.9.7-5) unstable; urgency=low
.
* Fix path to adodb (closes: #322082).
* Add a patch to solve the missing PNG bug (closes: #300312).
many thanks to Isaac Bennetch for having traked it down.
Files:
a33feace494f63f7f5e576d320ca7321 595 web optional flyspray_0.9.7-5.dsc
349f4cbf96f2fe6659ddc76f8051d735 23432 web optional flyspray_0.9.7-5.diff.gz
ce94a45a50583f8e3648502ef7465019 345052 web optional flyspray_0.9.7-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDBEJ4vGr7W6HudhwRAkRUAJwOvA+kL223rPBZrnGI4lYpgW80IgCfZk4T
bL64imHhPLdQ5ymWrjU8tcE=
=iJ3H
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]