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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC