Based on googling for the problem it looks like a php error or a security setting. Take a look at this: http://www.mail-archive.com/php-bugs@lists.php.net/msg50410.html
Hope its of some help... -Jim
---------------------------- James E. Sullivan Contractor NIH/CIT/DCSS/SCB Building 12, Room 2251 Bethesda, MD 20892 301-451-6372 sullivan@mail.nih.gov ----------------------------
-----Original Message----- From: Dave Sigafoos [mailto:davesigafoos@sanmar.com] Sent: Thursday, March 29, 2007 11:26 AM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Local timezone
The date and time do come out right. Just keep getting that pesky http.exe error (whether me on the server or another user).
Versions: # : 1.9.3 # PHP: 5.2.1 (apache2handler) # MySQL: 5.1.16-beta-community-nt
The code is located at the end of the local settings file. It appears as if outlook (sigh) munged the data. Each ';' command is on separate line.
Ideas welcomed.
Thanks for the help
DSig David Tod Sigafoos | SANMAR Corporation PICK Guy 206-770-5585 davesigafoos@sanmar.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Sullivan, James (NIH/CIT) [C] Sent: Thursday, March 29, 2007 5:34 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Local timezone
The code looks good. If you're using a newer version of Mediawiki (I think 1.6 or higher, you divide by 3600, not 60 since TZ changed from minutes to seconds..
I'm not sure how it looks in your LocalSettings file but try putting each variable setting up to and including the semicolon on a separate line. I also have mine at the end of the LocalSettings.php file but I'm not sure if that's important.
Also, what version of Mediawiki are you running?
-Jim
-----Original Message----- From: Dave Sigafoos [mailto:davesigafoos@sanmar.com] Sent: Wednesday, March 28, 2007 5:21 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Local timezone
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.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l