PHP and Apache 2 don't boogie. A lot has changed in PHP over those versions... did you read the relase/upgrade notes across those versions?? I assume quite a lot of your issues are in relation to the register_globals directive in php.ini, which now defaults to off, not on. If you switch it back, and downgrade Apache, I dounbt you'll have many further problems.
You should compare other settings between your old php.ini and the new one too, for little things like magic quotes, etc. Justin on 28/03/03 5:57 AM, Tom Tsongas ([EMAIL PROTECTED]) wrote: > I just recently upgraded to PHP 4.3.1 and Apache 2.0.44. I had been > previously running PHP 4.0.4 and Apache 1.3.20. I had a fully enabled > PHP website that I had been developing on for some time. > After I upgraded, the entire website is virtually non-functional. I keep > receiving 'Page cannot Display' or 'Document contains no data' errors. > > I am not sure if this is a configuration issue on Apache or PHP. phpinfo > seems to work fine and I don't encounter issues accessing pure HTML > pages directly. Just the PHP ones? > > Any ideas folks? > > - Tom > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php