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 Quote Link to comment 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 Quote Link to comment 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' Quote Link to comment 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. Quote Link to comment 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... Quote Link to comment 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.. Quote Link to comment 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.