Your message dated Mon, 17 Oct 2005 00:13:25 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Closing this bug
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; 16 Oct 2005 14:02:13 +0000
>From [EMAIL PROTECTED] Sun Oct 16 07:02:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 206.49.11.204.prioritycolo.com (spiral.minihub.org) 
[204.11.49.206] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ER95Y-0000uR-00; Sun, 16 Oct 2005 07:02:12 -0700
Received: (qmail 17714 invoked by uid 0); 16 Oct 2005 14:02:06 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: basic bamboo install gives cannot find php file path error
X-Mailer: reportbug 3.8
Date: Mon, 17 Oct 2005 00:02:05 +1000
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: bamboo
Version: 1.2-2
Severity: important


Basic bamboo test install according to the README.Debian fails with
php path errors:

Fatal error: main(): Failed opening required 'filter.php'
(include_path='') in /usr/share/bamboo/filters/text2html.php on line 3

and

Fatal error: main(): Failed opening required 'topnav.php'
(include_path='') in /usr/share/bamboo/decorators/editor/template.php on
line 1

etc

basic site set up using minimal b.site as per README - parts of the
software do render correctly however.

test site at http://bamboo.koan.net/

Site on pretty much pure, security fixed sarge.



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11static-ideviajfshighmem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bamboo depends on:
ii  apache [httpd]            1.3.33-6sarge1 versatile, high-performance HTTP s
ii  debconf                   1.4.30.13      Debian configuration management sy
ii  php4                      4:4.3.10-16    server-side, HTML-embedded scripti
ii  php4-sqlite               1.0.2-7        PHP4 bindings to SQLite, a file-ba
ii  sqlite                    2.8.16-1       command line interface for SQLite

-- no debconf information

---------------------------------------
Received: (at 334236-done) by bugs.debian.org; 17 Oct 2005 04:13:19 +0000
>From [EMAIL PROTECTED] Sun Oct 16 21:13:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.riseup.net [69.90.134.155] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ERMND-0005vL-00; Sun, 16 Oct 2005 21:13:19 -0700
Received: from localhost (localhost [127.0.0.1])
        by mail.riseup.net (Postfix) with ESMTP id 25F48A2D7E;
        Sun, 16 Oct 2005 21:13:18 -0700 (PDT)
Received: from mail.riseup.net ([127.0.0.1])
        by localhost (buffy [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
        id 28427-22; Sun, 16 Oct 2005 21:13:18 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mail.riseup.net (Postfix) with ESMTP id 94BFCA2D44;
        Sun, 16 Oct 2005 21:13:17 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 17 Oct 2005 00:13:25 -0400
From: micah <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.2 (X11/20050602)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Closing this bug
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at riseup.net
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


As it seems that this issue had to do with an incorrect php.ini
include_path definition, I am closing this bug.

Micah






Hi,

It had just:

include_path =   ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"

setting it to ".:/usr/share/php:/usr/share/pear"

seems to have caused bamboo to start working, thanks!

Note that phpmyadmin, imp/horde/etc and have all been working fine on
this box. A lot of the configs were migrated over from a woody box that
was in turn upgraded from a potato box however, this system does have a
bit of cruft on it.

thanks,

regards,

Duncan




On Sun, 2005-10-16 at 11:39 -0700, [EMAIL PROTECTED] wrote:

>> [EMAIL PROTECTED] wrote:
>>
>
>>> > Basic bamboo test install according to the README.Debian fails with
>>> > php path errors:
>>> >
>>> > Fatal error: main(): Failed opening required 'filter.php'
>>> > (include_path='') in /usr/share/bamboo/filters/text2html.php on line 3
>>> >
>>> > and
>>> >
>>> > Fatal error: main(): Failed opening required 'topnav.php'
>>> > (include_path='') in
/usr/share/bamboo/decorators/editor/template.php on
>>> > line 1
>
>>
>> That is very odd. I am not sure how you will be able to run any php code
>> if your include_path is set to ''.
>>
>> What is the value of include_path in your /etc/php4/apache/php.ini?
>>
>> I believe the package defaults (at least they used to be) was to leave
>> this value commented out, which used the compiled-in default:
>>
>> include_path = ".:/usr/share/php:/usr/share/pear"
>>
>> Try adding that to your php.ini and see what happens.
>>
>> -elijah
>>

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

iD8DBQFDUyTl9n4qXRzy1ioRAoDlAJ4xNNihoPcJxCQm35SJNy0A0HYzGwCfQgGO
2DAgisBIBuqNS4IwW8Y3YG8=
=OIDB
-----END PGP SIGNATURE-----


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

Reply via email to