On Tue, 21 Sep 2004 13:05:28 -0400, Roberto Colon <[EMAIL PROTECTED]> wrote: > I am running php-4.3.9RC1 with apache2 mod_perl 2 and openssl 0.97d and > others... > > The problem I am having is that for some odd reason I can't get any > display of the application that is written in php when I try to access > it, all I get is a blank page. But if I try to run a test.php that uses > the php-info it works fine. I can see all of the stuff that phpinfo can > tell me. so I know my httpd.conf is configure right but I don't know > where to go from here? >
Have you checked to see if display_errors is set to on in your php.ini? If it's disabled, enable it and see if that gets you any more information.