Re: [PHP] Schroedinger's Bug - may require exorcism...

2005-11-30 Thread Robert Cummings
On Wed, 2005-11-30 at 11:48, [EMAIL PROTECTED] wrote: > What to do next? I'd check to see if your page is being inadvertantly called > twice (I've seen this happen when people used frames.. or like someone else > mentioned, doing a double include() or sometimes redirecting back to itself > via

Re: [PHP] Schroedinger's Bug - may require exorcism...

2005-11-30 Thread tg-php
What to do next? I'd check to see if your page is being inadvertantly called twice (I've seen this happen when people used frames.. or like someone else mentioned, doing a double include() or sometimes redirecting back to itself via header())... anything that could possibly re-initiate the page

Re: [PHP] Schroedinger's Bug - may require exorcism...

2005-11-29 Thread Robert Cummings
On Tue, 2005-11-29 at 19:42, Robert Cummings wrote: > On Tue, 2005-11-29 at 19:22, Adam Atlas wrote: > > So... I have this script (being called in a perfectly typical way by > > PHP 4.4.1 through mod_php in Apache 2.0.55) which sometimes runs > > perfectly, and sometimes chooses, totally haphaz

Re: [PHP] Schroedinger's Bug - may require exorcism...

2005-11-29 Thread Robert Cummings
On Tue, 2005-11-29 at 19:22, Adam Atlas wrote: > So... I have this script (being called in a perfectly typical way by > PHP 4.4.1 through mod_php in Apache 2.0.55) which sometimes runs > perfectly, and sometimes chooses, totally haphazardly, to seemingly > run itself twice, which of course ca

[PHP] Schroedinger's Bug - may require exorcism...

2005-11-29 Thread Adam Atlas
So... I have this script (being called in a perfectly typical way by PHP 4.4.1 through mod_php in Apache 2.0.55) which sometimes runs perfectly, and sometimes chooses, totally haphazardly, to seemingly run itself twice, which of course causes it to die with a fatal error after it tries to r