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
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
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
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: (
[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
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
; 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
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