From:             [EMAIL PROTECTED]
Operating system: Red Hat Linux 7.2 (Enigma)
PHP version:      4.3.0
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  very strange bug happens only once in a while


I have scanned the bug reports here for 30 minutes and found some reports
that had some resemblence but none were the same at all.

I am running Apache 1.3.27 with PHP 4.3.0, but the problem existed in
4.2.3 (I upgraded to 4.3.0 trying to fix the issue).

Every once in a while, and unrelated to the server load, various code
reports inclusion problems. For example:

Warning: main(includes/classes/language.php) [function.main]: failed to
create stream: No such file or directory in
/sites/shop.harim.co.il/htdocs/includes/boxes/languages.php on line 24

.
.  <- (Additional errors as a result of the failed inclusion)
.

The file exists, 100%. The script works 99% of the times. If I change all
includes to be absolute, it works fine all the time, but with relative
file paths, once in a while, and sometimes, does not happen for hours, it
will give this error.

What is making this bug so difficult for me to track, is indeed that it
only happens once every few hours. Sometimes, it would have a 'bad attack'
where it would happen consecutively (several page refreshes with the same
problem), but 5 to 10 seconds later, it will not happen for yet another
few hours.

This is killing me. Anyone else here has this problem? My phpinfo() output
can be found here:

http://www.nsa.co.il/phpinfo.php

Thanks for any help,

        Aric

-- 
Edit bug report at http://bugs.php.net/?id=21629&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21629&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21629&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21629&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21629&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21629&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21629&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21629&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21629&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21629&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21629&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21629&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21629&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21629&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21629&r=gnused

Reply via email to