Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 794  / 3 Years ago, sun, june 27, 2021, 12:43:06

I have installed WordPress first installation on Apache server



Its opening fine but when i logged in with my user id and password



http://examplesite.com/wp-login.php



It is showing blank in Firefox and in IE page not open with no errors.



I cleared all my browsers cache history still not able to open the page after login.



There is no errors logs generated.




  • wordpress version3.4.2

  • php 5.3.3

  • mysql 5.1.6


More From » apache2

 Answers
2

There are many possible reasons for this problem (White Page of Death, you can search for it).



I'm listing here some major ones, and not it great detail. For details you can go to the links mentioned at the end.



1. Plugins



Plugins cause problems mainly after an upgrade, or if you've installed obsolete versions of the plugins. One way to quickly check to see if one of your plugins is problematic is to do the following:




  • Rename “plugins” folder temporarily to something else.



          Wordpress will automatically disable all the plugins.




  • Enable all your plugins at once



          Wordpress will enable only those plugins that don't crash and will disable any plugins that produce fatal errors.




  • Enable plugins one at a time



          Alternatively, you can enable one plugin at a time and observe which one leads to the crash.



Once you identify the problematic plugin or plugins, see if they have been updated. If they have, delete the ones on your server and replace with the newer versions. Hopefully that will work. Otherwise, just leave the bad plugins de-activated until they are updated.



2. Empty Line in `wp-config.php` file



Make sure the the file is in Wordpress directory, has correct DB information and doesn't contain any extra lines after the closing ?> tag.



Example:



Good




//Some text
?>
-END-OF-FILE


Bad




//Some text
?>

-END-OF-FILE-




Further Information:




  1. http://www.hightechdad.com/2009/06/10/fixing-blank-empty-or-white-wordpress-pages-after-upgrade/


  2. http://www.fridaytrafficreport.com/whiate-page-of-death-wordpress-php-problem-solving/


  3. http://wordpress.org/support/topic/white-page-of-death-in-admin-interface-again


  4. https://www.google.com/search?q=wordpress+white+page+of+death



[#35426] Monday, June 28, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
strhen

Total Points: 27
Total Questions: 111
Total Answers: 103

Location: Angola
Member since Tue, Apr 25, 2023
1 Year ago
;