Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-17 Thread Luis Ferro
From Unix to Windows there are lots of things that change, mainly the defined environment vars (a test with phpinfo() in both servers could help out check the diferences) - this may be the reason of some of those path errors... Other diferences are the pathing/disk access (be very carefull of

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-15 Thread David Felton
Yep that's spot on. -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 8:52 To: Stan Shaw; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP Site unix to Windows Migration errors On Tuesday 13 April 2004 20:29, Stan Shaw wrote: > Thank you, that el

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Phil Driscoll
On Tuesday 13 April 2004 20:29, Stan Shaw wrote: > Thank you, that eliminated the error message. Now to figure out why the > pages aren't working. > > Not to be overly critical, but isn't using variables or constants that > haven't been initialized a poor coding practice? Yes! For debugging pu

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Stan Shaw
Thank you, that eliminated the error message. Now to figure out why the pages aren't working. Not to be overly critical, but isn't using variables or constants that haven't been initialized a poor coding practice? -- Regards, Stan Shaw [EMAIL PROTECTED] Phone: (

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread David Felton
[mailto:[EMAIL PROTECTED] Sent: 13 April 2004 4:50 To: Nunners; Stan Shaw; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP Site unix to Windows Migration errors Looks like the PATH is not correct. Notice: Undefined variable: pg in D:\Data\208.16.217.131\abbottball\index.php on line 5 Make sure you ha

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Gerardo Rojas
Message- From: Nunners [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 10:49 AM To: 'Stan Shaw'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP Site unix to Windows Migration errors At a guess, the old site is written in a version of php which had register_globals turned on T

RE: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Nunners
; To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP Site unix to Windows Migration errors > > We have a new customer with a site coded in php. After setting up the > webserver on the same server that has a current version of php on it, we > get > many errors: > Notice: Undefi

[PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-13 Thread Stan Shaw
We have a new customer with a site coded in php. After setting up the webserver on the same server that has a current version of php on it, we get many errors: Notice: Undefined variable: Notice: Undefined constant: The functioning old site can be viewed at: http://216.92.95.8/ The dysfunctional