Link to home
Start Free TrialLog in
Avatar of Trinculo
Trinculo

asked on

Blank Page with PHP in IIS6

I have configured IIS6 exactly the way the docs say to.

Using IASPI not CGI.

The test page for php works that shows all the modules and things.

When i try to load a PHP page all i get in the source of the page is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

and nothing comes up on the page itself.

I have gone through my php.ini countless times.
ASKER CERTIFIED SOLUTION
Avatar of gamebits
gamebits
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Trinculo
Trinculo

ASKER

Ok, I found the problem.

PHP 5 does not like some scripts.

I reverted back to an older (4) version of PHP and everything works fine.

Thanks for your help anyway Gamebits
Actually, PHP4 scripts are not written to the standard required for PHP5.

Nothing wrong with PHP5.

Just to be pedantic.