php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8671 Random "Warning: Failed opening..."
Submitted: 2001-01-12 05:05 UTC Modified: 2001-04-27 15:45 UTC
From: berger at heimat dot de Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.3pl1 OS: Solaris
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: berger at heimat dot de
New email:
PHP Version: OS:

 

 [2001-01-12 05:05 UTC] berger at heimat dot de
We have a most annoying problem on our site. The "Warning: Failed opening..." error message appears on a random basis, thus it is not related to rights on the system level. Can anybody advise a workaround on this? I have checked bug reports with similar problems, but none seems to contain the answer.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-12 05:07 UTC] berger at heimat dot de
we are running php 4.03pl1 & iplanet 4.0. will upgrading to 4.04pl1 help?
 [2001-04-27 15:45 UTC] cnewbill@php.net
It is advised to upgrade.

It is also advised that you do not display warnings and errors on a production site.  Append your include()'s and require()'s with an @.  Or turn off reporting of warnings in php.ini.

-Chris
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC