Per our conversation yesterday I have added the following to the localsettings.php doc.
# dsig 27mar07 added time zone bit because our history was showing gmt. ##Set Default Timezone $wgLocaltimezone = "America/Los_Angeles"; $oldtz = getenv("TZ"); putenv("TZ=$wgLocaltimezone"); $wgLocalTZoffset = date("Z") / 60; putenv("TZ=$oldtz");
when ever this is enabled (not commented out) we get a HTTP.EXE windows error twice.
Http Error log .. after getting the HTTP.EXE error box in windows twice
[Wed Mar 28 14:13:01 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Wed Mar 28 14:13:01 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.1 configured -- resuming normal operations [Wed Mar 28 14:13:01 2007] [notice] Server built: Jan 9 2007 23:17:20 [Wed Mar 28 14:13:01 2007] [notice] Parent: Created child process 3380 [Wed Mar 28 14:13:01 2007] [notice] Child 3380: Child process is running [Wed Mar 28 14:13:01 2007] [notice] Child 3380: Acquired the start mutex. [Wed Mar 28 14:13:01 2007] [notice] Child 3380: Starting 250 worker threads. [Wed Mar 28 14:13:01 2007] [notice] Child 3380: Starting thread to listen on port 80. [Wed Mar 28 14:13:09 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Wed Mar 28 14:13:09 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.1 configured -- resuming normal operations [Wed Mar 28 14:13:09 2007] [notice] Server built: Jan 9 2007 23:17:20 [Wed Mar 28 14:13:09 2007] [notice] Parent: Created child process 2232 [Wed Mar 28 14:13:09 2007] [notice] Child 2232: Child process is running [Wed Mar 28 14:13:09 2007] [notice] Child 2232: Acquired the start mutex. [Wed Mar 28 14:13:09 2007] [notice] Child 2232: Starting 250 worker threads. [Wed Mar 28 14:13:09 2007] [notice] Child 2232: Starting thread to listen on port 80.
I don't see anything here that might discribe the error.
If I simply comment out the timezone bits above it works correctly. Well, except for the incorrect timezone being displayed.
Ideas
Thanks
DSig David Tod Sigafoos