anujgarg Posted December 10, 2009 Share Posted December 10, 2009 Hi Everyone, I have a site in which I am able to open the first PHP webpage in my browser but when I start navigating the site, another webpage doesn't open. The page is totally blank for this webpage. I have turned on the displaying error message option but there is no error on page. What could be the problem? What troubleshooting should I perform to resolve this problem? Please suggest... TIA Anuj Garg Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/ Share on other sites More sharing options...
Deoctor Posted December 10, 2009 Share Posted December 10, 2009 hi is ur second page uses the connection to the mysql server on ur machine and is are u running apache/iis on ur machine Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974667 Share on other sites More sharing options...
oni-kun Posted December 10, 2009 Share Posted December 10, 2009 Hi Everyone, I have a site in which I am able to open the first PHP webpage in my browser but when I start navigating the site, another webpage doesn't open. The page is totally blank for this webpage. I have turned on the displaying error message option but there is no error on page. What could be the problem? What troubleshooting should I perform to resolve this problem? Please suggest... TIA Anuj Garg We'll need to know what you are running and your code that shows you the blank page (place in code tags). Once we know this we can help you better, but my guess is you're using short tags (i.e. '<?') instead of '<?php' Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974668 Share on other sites More sharing options...
anujgarg Posted December 10, 2009 Author Share Posted December 10, 2009 Thanks for quick reply. Does it mean that there is not a common error behind this problem. There could be a DB connection error or I may have used <? instead of <?php. But if there is a problem with DB connectivity, it will definitely show an error or warning on the page. In case of using <? instead of <?php, it might not show any error or warning. Provide your thoughts on it. Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974673 Share on other sites More sharing options...
Adam Posted December 10, 2009 Share Posted December 10, 2009 my guess is you're using short tags (i.e. '<?') instead of '<?php' I can't see that throwing a fatal error. More than likely it's a problem with one of your queries, check the mysql_error... Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974687 Share on other sites More sharing options...
Deoctor Posted December 10, 2009 Share Posted December 10, 2009 the thing is when the connection to the mysql server will go on continuing it will not show u any errors,,this i already have faced this issue..like the mysql connection will go on a loop.. quite a weird problem i faced.. so once try to restart the mysql service.. and if u are using the IIS reset it by iisreset or else if it is apache, then try restarting it out.. Link to comment https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.