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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

