Your message dated Mon, 6 Feb 2006 14:36:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351662: php4: when trying to run a php script either by 
browser or by command line I get connect() failed, OSERR:111:"Connection 
refused"
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)

--- Begin Message ---
>From [EMAIL PROTECTED] Mon Feb 06 07:00:16 2006
Received: (at submit) by bugs.debian.org; 6 Feb 2006 15:00:16 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from ns1.mimizan.net ([62.210.163.37])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F67qi-0000Yl-4A
        for [EMAIL PROTECTED]; Mon, 06 Feb 2006 07:00:16 -0800
Received: from ns1.mimizan.net (ns1.mimizan.net [62.210.163.37])
        by ns1.mimizan.net (8.13.5/8.13.5/Debian-3) with ESMTP id 
k16Exe3G024261;
        Mon, 6 Feb 2006 15:59:40 +0100
Received: (from [EMAIL PROTECTED])
        by ns1.mimizan.net (8.13.5/8.13.5/Submit) id k16Exe96024259;
        Mon, 6 Feb 2006 15:59:40 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: tech <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: php4: when trying to run a php script either by browser or by command 
line I
 get connect() failed, OSERR:111:"Connection refused"
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Mon, 06 Feb 2006 15:59:40 +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: php4
Version: 4:4.4.2-1
Severity: grave
Justification: renders package unusable

when trying to run the homepage of newly installed CMS phpwebsite I got several 
errors:
Interactive mode enabled

connect() failed

OSERR:111:"Connection refused"
PHP Fatal error:  Call to undefined function:  loadconfig() in 
/home/sites/pays_lnca/web2/phpwebsite/index.php on line 33

Fatal error: Call to undefined function:  loadconfig() in 
/home/sites/pays_lnca/web2/phpwebsite/index.php on line 33

what is very strange is that there's no connect command in the code, and the 
loadconfig function mentionned is located at line 30, not 33
and this function definition is in the same file so it should not be a problem 
to find as it's not an include

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

Versions of packages php4 depends on:
ii  libapache-mod-php4            4:4.4.2-1  server-side, HTML-embedded scripti
ii  libapache2-mod-php4           4:4.4.2-1  server-side, HTML-embedded scripti
ii  php4-cgi                      4:4.4.2-1  server-side, HTML-embedded scripti
ii  php4-common                   4:4.4.2-1  Common files for packages built fr

php4 recommends no packages.

-- debconf information:
  php4/update_apache_php_ini: true


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Mon Feb 06 14:36:20 2006
Received: (at 351662-done) by bugs.debian.org; 6 Feb 2006 22:36:20 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net ([66.93.39.86] 
helo=tennyson.dodds.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F6Ey4-0004Gx-NU
        for [EMAIL PROTECTED]; Mon, 06 Feb 2006 14:36:20 -0800
Received: by tennyson.dodds.net (Postfix, from userid 1000)
        id 7AACE2C001; Mon,  6 Feb 2006 14:36:20 -0800 (PST)
Date: Mon, 6 Feb 2006 14:36:20 -0800
From: Steve Langasek <[EMAIL PROTECTED]>
To: tech <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#351662: php4: when trying to run a php script either by 
browser or by command line I get connect() failed, OSERR:111:"Connection 
refused"
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="eheScQNz3K90DVRs"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
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


--eheScQNz3K90DVRs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Feb 06, 2006 at 03:59:40PM +0100, tech wrote:
> Package: php4
> Version: 4:4.4.2-1
> Severity: grave
> Justification: renders package unusable

> when trying to run the homepage of newly installed CMS phpwebsite I got s=
everal errors:
> Interactive mode enabled

> connect() failed

> OSERR:111:"Connection refused"
> PHP Fatal error:  Call to undefined function:  loadconfig() in /home/site=
s/pays_lnca/web2/phpwebsite/index.php on line 33

> Fatal error: Call to undefined function:  loadconfig() in /home/sites/pay=
s_lnca/web2/phpwebsite/index.php on line 33

> what is very strange is that there's no connect command in the code, and =
the loadconfig function mentionned is located at line 30, not 33
> and this function definition is in the same file so it should not be a pr=
oblem to find as it's not an include

Nothing in this report points to a bug in the PHP engine.

--=20
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

--eheScQNz3K90DVRs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFD589kKN6ufymYLloRAoBmAKCU9Sx3bQBvgkwwJyWI95XKsyNh/QCePZZx
zVquHAJQL3BkL3fmnpLqEsQ=
=cDHX
-----END PGP SIGNATURE-----

--eheScQNz3K90DVRs--

--- End Message ---

Reply via email to