I also upgraded from 4.1.2 to 4.2.1 and most of my scripts stopped working -- seemingly randomly. At one point I loaded a page (we'll say Page1.1, file name: sample7.php) into my window and it gave me Internal Server Error; I loaded another page(Page2), it worked fine. I loaded the first page again(Page1.2, which is just another instance of Page1.1 in the history -- it is the same file, sample7.php), and it didn't work; but when I would hit "Back" twice, it would take me back to it _would_ work. When I went back to the most recent load of the page (Page1.2), it continued to not work.
I turned off "Show friendly HTTP Error Messages" in IE6, but it continued. HTML files were also loaded perfectly. When I downgraded back to 4.1.2, however, my scripts worked again. Any insight? Thanks in advance for any help on this. "Julie Meloni" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > KS> Recently upgraded to Windows 4.2.1 today from 4.1.1 and the following script > KS> will not run.. > > The register_globals change would do this if: > > KS> http://www.lemonlainey.com/ebay/auctionoutput.php?jpegifimage=1997n1998teds. > KS> jpeg&createAuctionPage=Create > > createAuctionPage is also empty. > > Either turn on register_globals, or use > > $_GET[jpegifimage] and $_GET[createAuctionPage] in place of > $jpegifimage and $createAuctionPage > > > - Julie > > --> Julie Meloni > --> [EMAIL PROTECTED] > --> www.thickbook.com > > Find "Sams Teach Yourself MySQL in 24 Hours" at > http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20 > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php