I am having a problem with PHP pages displaying nothing. I can do the phpinfo() test and it displays fine, but if I try to use phpBB or SugarCRM. The pages display nothing but whitespace. All it will output it is the <html>, <head>, and <body> tages. I have PHP 5.2.1 installed. Does anyone know a fix for this?
You may better make the apps throwing some exceptions...
I tried to make it throw an exception. It's like the code is never executing. It's like IIS is just removing the code. What is the php equivalent of "throw new ApplicationException()"?
Do you have allowed short tags in php.ini (<? ... ?>)?
Try this:
<?phpphpinfo();?>
I didn't have php installed correctly. A friend of mine is a php developer. He set it up the right way.
You are lucky to have such friends