Jump to content

PHP page is blank


anujgarg

Recommended Posts

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.