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
https://forums.phpfreaks.com/topic/184626-php-page-is-blank/
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
https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974668
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
https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974673
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
https://forums.phpfreaks.com/topic/184626-php-page-is-blank/#findComment-974690
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.