CaptFuzzy Posted May 28, 2006 Share Posted May 28, 2006 I can find nothing wrong with my PHP install and I get no errors when accessing the page in question, however, when I access it the browser's title bar shows the correct page, but it's completely blank. [img src=\"style_emoticons/[#EMO_DIR#]/huh.gif\" style=\"vertical-align:middle\" emoid=\":huh:\" border=\"0\" alt=\"huh.gif\" /] What would cause this to happen? Quote Link to comment https://forums.phpfreaks.com/topic/10619-indexphp-comes-up-blank/ Share on other sites More sharing options...
bobleny Posted May 28, 2006 Share Posted May 28, 2006 There could be a number of things wrong. Could you provide the code of the page? Quote Link to comment https://forums.phpfreaks.com/topic/10619-indexphp-comes-up-blank/#findComment-39593 Share on other sites More sharing options...
CaptFuzzy Posted May 28, 2006 Author Share Posted May 28, 2006 [!--quoteo(post=377714:date=May 27 2006, 10:02 PM:name=Bob Leny)--][div class=\'quotetop\']QUOTE(Bob Leny @ May 27 2006, 10:02 PM) [snapback]377714[/snapback][/div][div class=\'quotemain\'][!--quotec--]There could be a number of things wrong. Could you provide the code of the page?[/quote]Well, I don't know if you are familiar with SAM Broadcaster 3 or not, but the index.php actually is a call to another page called playing.php, which in turn requires config.php and so on.There are several interconnected pages that all work together to produce the webpage that is seen on the net. Quote Link to comment https://forums.phpfreaks.com/topic/10619-indexphp-comes-up-blank/#findComment-39595 Share on other sites More sharing options...
roxii Posted May 28, 2006 Share Posted May 28, 2006 Try adding this to the top of the index page to see if there are any errors that aren't normally showing.[code]<?phperror_reporting(E_ALL);?>[/code] Quote Link to comment https://forums.phpfreaks.com/topic/10619-indexphp-comes-up-blank/#findComment-39600 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.