Wesite with php index file blank
gcienqo
Status: New User - Welcome
Joined: 07 Sep 2005
Posts: 1
Reply Quote
On a machine running linux 9.3 we've installed php4 (4.3.10). A website that has also been uploaded on that machine is not viewable ie. the page just appears blank. The index file for the website is a .php file. What I've done so far is; create an index.html...was able to view that, create another .php index file with just <? phpinfo(); ?> as is content... was also able to view that. I am not getting an error logs or anything. What could be the problem and how can I solve it?
Back to top
jeffd
Status: Assistant
Joined: 04 Oct 2003
Posts: 594
Reply Quote
If phpinfo() is printing it's working. Try another page, with just this:

<?php echo 'helloworld'; ?>

and see if it displays. Call it say test.php

My first guess is some type of scripting error on the blank page.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours