From: triphius at tripslair dot com Operating system: FreeBSD 6.1 PHP version: 5.2.0 PHP Bug Type: Scripting Engine problem Bug description: Warning: Unknown: failed to open stream: No such file or directory in Unknown..
Description: ------------ When loading any page on the web server, the user randomly gets presented with the following error: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Unknown: Failed opening required '/path/to/script/here.php' (include_path='.:') in Unknown on line 0 This happens with every PHP script, and it appears to be totally random. The error message itself has no useful information to help determine the cause of the error. The server in question is running FreeBSD 6.1 and Apache 1.3.37 and PHP 5.2.0. Reproduce code: --------------- As this problem occurs randomly on any script...it does not make sense to be a script issue. Expected result: ---------------- The page to load normally, 100% of the time. Actual result: -------------- Sometimes the page loads normally, sometimes you get the error message as stated above. -- Edit bug report at http://bugs.php.net/?id=40068&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=40068&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=40068&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=40068&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=40068&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=40068&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=40068&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=40068&r=needscript Try newer version: http://bugs.php.net/fix.php?id=40068&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=40068&r=support Expected behavior: http://bugs.php.net/fix.php?id=40068&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=40068&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=40068&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=40068&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=40068&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=40068&r=dst IIS Stability: http://bugs.php.net/fix.php?id=40068&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=40068&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=40068&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=40068&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=40068&r=mysqlcfg
