WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Tutorials» How to Fix the WordPress White Screen of Death (Step by Step)

How to Fix the WordPress White Screen of Death (Step by Step)

Last updated on December 3rd, 2020 by Editorial Staff
578 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Fix the WordPress White Screen of Death (Step by Step)

The WordPress white screen of death is one of the most common WordPress errors. It is also one of the most frustrating ones because there is no error message, and you are locked out of WordPress.

Another problem with the white screen of death error is that sometimes it only affects a certain part of your website.

For example, you may only see the white screen of death inside the WordPress admin area, while everything else works fine. In other cases, you may only see it on a specific post whereas everything else works fine.

In this article, we will show you how to fix the WordPress white screen of death by looking at different solutions.

Fixing WordPress white screen of death error

Note: Before you make any changes to your site, make sure you have a backup of your WordPress site. If you don’t have access to the admin area, then see our guide on how to manually create WordPress database backup.

Why Do You See the White Screen of Death in WordPress?

Majority of the time when you see a white screen of death, it means that a script on your website exhausted the memory limit.

The unresponsive script either gets killed by your WordPress hosting server, or it simply times out. This is why no actual error message is generated, and you see a plain white screen.

WordPress showing white screen instead of website

Sometimes you might see a critical error message instead of a plain white screen.

Whether you’re seeing a blank screen, or the message “There has been a critical error on your website,” it’s the same error.

This error can also happen due to a poorly coded theme or plugin installed on your site. Sometimes it can happen if there is an issue with your web hosting server.

Since the white screen error can be caused by any number of things, it requires methodical troubleshooting to fix.

Does the problem occur on your other sites?

If you have other WordPress sites installed on the same hosting account, then you want to start by checking if the problem is occurring on other sites as well.

If it is, then that’s a strong indicator that something is wrong with your WordPress hosting service. This could be a temporary issue affecting their service, and you need to reach out to their support for more help.

On the other hand, if the issue is only happening with one website or a specific part of that site, then you know that the problem is with that particular website.

Fixing White Screen Error with WordPress Recovery Mode

If the white screen of death error is caused by a WordPress plugin or theme, then WordPress may be able to catch it.

The new fatal error protection feature introduced in WordPress 5.2 can sometimes catch the error, so you may not even see a white screen. Instead, you will see a message that the site is having technical difficulties.

Technical difficulties

You would also receive an email message on your admin email address with the subject ‘Your Site is Having a Technical Issue’.

Technical issue email sent to admin

This email message will point out the plugin causing the error, and it will also contain a special link. This link will allow you to login to the WordPress recovery mode and deactivate the faulty plugin.

WordPress recovery mode

However, if you are seeing the plain white screen of death with no email or recovery mode option, then you need to manually fix the error.

Increasing the Memory Limit

Usually, this error happens because a script has exhausted the memory and quit in the middle. To fix this, you need to increase PHP memory available to WordPress. This will allow the script to use more memory to finish the job it was supposed to do.

You can follow the instructions in our tutorial on how to increase PHP memory in WordPress.

Disabling All Plugins

If increasing the memory limit did not help, or if you have a high memory limit like 256M or 512M, then you need to start troubleshooting.

In our experience of troubleshooting this issue, we have always found that the issue is either with a specific plugin or a theme. Let’s go ahead and disable all the plugins.

If you can still access the WordPress admin area, then you can simply go to Plugins » Installed Plugins page. Select all the installed plugins and then select ‘Deactivate’ under ‘Bulk Actions’ drop-down.

Deactivate all plugins via WordPress admin area

However, if you don’t have access to the WordPress admin area, then you will need to deactivate all plugins via FTP.

First, connect to your WordPress site using an FTP client. Once connected, go to the wp-content folder where you will see the ‘plugins’ folder.

Rename plugins folder to deactivate all plugins

Now, you need to right-click on the plugins folder and then select rename. You can rename the plugins folder to plugins-deactivated.

Plugins deactivated

Your FTP client will now rename the plugins folder.

WordPress looks for a folder named plugins to load all plugins. When it cannot find the folder, it simply deactivates all plugins.

If this fixes the issue, then enable one plugin at a time to get to the bottom of the issue. Once you find the plugin causing the issue, you can replace it with an alternative or report the issue to plugin authors.

Replace Theme with a Default Theme

If the plugin troubleshooting doesn’t fix the issue, then you should try replacing your current theme with a default theme.

First, connect to your website using an FTP client and go to the /wp-content/themes/ folder. It contains all installed themes on your website.

Right-click to select your current WordPress theme and download it to your computer as a backup.

Download current theme as backup

Next, you need to delete your current theme from your website. Right-click on your theme folder and select ‘Delete’. Your FTP client will now delete the theme from your website.

Delete current theme

Now if you have a default WordPress theme like (Twenty Eighteen or Twenty Nineteen) installed on your website, then WordPress will automatically start using it as the default theme.

However, if you don’t have a default theme installed, then you need to manually install it using FTP.

If this fixes the issue, then you should look at your theme’s functions.php file. If there are extra spaces at the bottom of the file, then you need to remove those, and sometimes that fixes the issue.

If you are using a poorly coded function in your theme’s functions.php file, then it can cause the white screen of death error as well.

Consider downloading a fresh copy of your theme from its source and then install it.

Enable Debug Mode to Catch Errors in WordPress

If nothing has helped so far, then the next step is to turn on debugging in WordPress. This will allow you to see what type of errors are being outputted.

Simply, add the following code into your wp-config.php file.

define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );

Once you add this, the blank screen will now have errors, warnings, and notices. These may be able to help you determine the root cause.

If you don’t see any errors, you may still want to check the debug log. Simply visit the wp-content folder on your website using an FTP client. There you will find a new debug.log file containing a log of all errors, notices, and warnings.

Debug log

Clear WordPress Cache

Sometimes, you may have access to the backend, but the front-end of the site has the white screen of death. This can happen because of a caching plugin. Simply empty your cache.

See our guide on how to clear cache in WordPress for detailed instructions.

Fixing Longer Articles

If you have a white screen of death only on a very long post or page, then this little trick might work.

This trick basically increases PHP’s text processing capability by increasing the recursion and backtrack limit. You can paste the following code in your wp-config.php file.

/** Trick for long posts */
ini_set('pcre.recursion_limit',20000000);
ini_set('pcre.backtrack_limit',10000000);

We understand that this is a very frustrating error, and we hope that one of the tricks above fixed the issue for you. You may also want to see our WordPress troubleshooting guide which teaches the steps you should take to catch and fix WordPress problems by yourself.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

578 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • How to Properly Move Your Blog from WordPress.com to WordPress.org

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

279 Comments

Leave a Reply
  1. Bleem Cave says:
    Feb 21, 2017 at 5:21 pm

    can someone please help me, when i install a wp themes i keep getting white blank screen, but i still have access to my wp admin, just the website is giving me difficulties, i also see an error log in the root folder

    error, responseINVALID

    who can help me ?

    Reply
  2. Melissa says:
    Feb 19, 2017 at 2:18 pm

    How are you supposed to alter anything when you’re locked out? The white screen of death has happened to me and it not only happened with the site itself but also on the admin dashboard. It happened because I followed one of YOUR tutorials on how to embed a music playlist to the sidebar. I had no way of recovering the site whatsoever, until someone my editor knows sent me the cpanel login page, except I didn’t have any cpanel login details (and I still don’t – but I’ve been asking for them). I’m now afraid to add anything new to my website in case this happens again. WordPress is not user friendly to those who don’t know CSS and HTML like the back of their hand.

    Why is it even necessary for WordPress to lock you out of the dashboard when there’s an issue with your website? The issue I had would have been easy to solve from the dashboard. All that needed doing was for the poor piece of coding to be removed. Is there any other way to access the dashboard in a kind of safe mode other than cpanel?

    Reply
    • WPBeginner Support says:
      Feb 20, 2017 at 1:35 am

      Hi Melissa,

      We understand your frustration. White screen of death is a terrible situation for most beginners.

      In your case, we feel that you could have solved it but you didn’t have the login details for cPanel. Please make sure that you have those details in the future so that you can easily perform administrative tasks on your WordPress site.

      Reply
  3. Omer says:
    Feb 9, 2017 at 1:01 am

    Thanks alot for this Post save alot of time… so nice of you..

    Reply
  4. berita akurat says:
    Jan 22, 2017 at 11:04 am

    Thank you

    Reply
  5. JP James says:
    Jan 19, 2017 at 7:39 am

    Small contribution : When updating both my WP & Theme I got a WSOD

    I struggled to find the solution, reverted to old WP version and tried all the above when I checked the PHP version, I had an outdated PHP 5.2 when the newer theme version only supported PHP 5.3 min.

    Keep an eye on your hosting so it stays regularly updated.

    Cheers,
    JP

    Reply
  6. Denis says:
    Jan 19, 2017 at 4:48 am

    I have experienced the WSOD on a WP site. I found out several WP files on the server were inexplicably empty. I mean the files were there, but had no content anymore. It seems that the empty files were mainly at WP root and in wp-includes. So I just published them again from WP source files, and the blog went live again. No idea why these files had suddenly lost their contents…

    Reply
  7. Franklin says:
    Dec 31, 2016 at 7:13 am

    I mistakenly change the URL of my website, and I can’t access to the dashboard again please help

    Reply
    • Clausen says:
      Jan 17, 2017 at 1:14 pm

      I sincerely hope you found out by now, but you need to access your WordPress DataBase, find your “wp_option” table and set your “siteurl” to whatever it was when it was working.

      Reply
  8. Agnes says:
    Dec 30, 2016 at 3:03 am

    Thank you sooo much for this article. I had the dreadful white screen and your tips saved me .

    Reply
  9. Carrie says:
    Dec 21, 2016 at 7:40 pm

    I had the white screen come up as soon as I tried to update WordPress to the newest version. Now I can’t access my dashboard at all, just get the white screen. Any suggestions?

    Reply
    • Melissa says:
      Jan 10, 2017 at 10:45 am

      White screen occurred with trying to add WP Recaptcha Integration to the website. I think it might be something to do with the site having a customised theme. It’s pretty frustrating that WordPress doesn’t have a simple “safe mode” option you can log into to access the dashboard under these circumstances. I know the CPanel exists, but if you’re a company and don’t have access to CPanel login details and wouldn’t know where to even begin with it, having a WP safe mode login would be most helpful; that way we could go and try to fix the problems without a great deal of hassle. We aren’t all experts; WordPress seems to think everyone using it ought to be an expert at computing and coding. If I could access the admin panel, I’d know to remove the offending plugin and that would probably sort it, but alas! I have to sit here twiddling my thumbs because I’m merely a staff member who was asked to update the website and even the owner doesn’t know the first thing about how to fix these things. WordPress really needs to become more user friendly.

      Reply
      • brittney says:
        Mar 3, 2017 at 11:41 am

        Have you found a solution?

        I am sitting here in the same boat. I cannot access my account to fix the problem! Any piece of information you can give me to help solve this would be great. I totally agree with what you said, WordPress should also have support you can contact!

        Reply
        • Carrie says:
          Mar 7, 2017 at 6:38 am

          I am back on track. I got fed up with the lack of support from my host so chatted with some new hosting companies that were recommended. The one was amazing, fixed my site (not sure how!) then didn’t want payment just hoped I would consider them if switching hosts. I have now switched and they have been great so far.
          Sorry that is not much help to fix the problem unless you are ready to switch hosts. I hope you get your resolved soon.

  10. Mike says:
    Dec 17, 2016 at 4:16 pm

    Thank you, thank you, thank you, thank you! I activated a new plugin then everything went white. I thought I lost my entire site, the panic was real! I ended up having to deactivate each plugin within the plugin folder and work backwards from there.

    Thanks Again,
    Mike

    Reply
    • WPBeginner Support says:
      Dec 18, 2016 at 11:27 am

      You are welcome. We are glad you found it helpful.

      Reply
  11. Ramiro says:
    Dec 9, 2016 at 12:24 pm

    Thank you!!!

    Reply
  12. Devyd Haier says:
    Dec 9, 2016 at 4:24 am

    I have 9-wrodpress sites and yesterday 2-sites went white screen. I have not made any changes, changed themes or plug-ins so I do not think that is the problem. I have white screen on ADMIN LOGIN as well as when you go to the site itself…so no access to make any of your suggested changes???? What to do please. Devyd

    Reply
  13. Lokesh Acharya says:
    Nov 29, 2016 at 4:42 am

    hey i am facing white screen problem with the error because i have done some change in the “functions.php” file with editor but suddenly the problem was started on my wordpress site and i am on the editor page.

    I tried for FTP per it is was not open.
    i then reset the code of “functions.php” file of theme “Twentysixteen” but it was not work.

    i can’t even logout from my admin panel.
    in all condition it is just show only the “WHITE SCREEN” with the error.

    i don’t want lost it. i have spent money and time on it.
    please suggest me what should i do.

    Thank You

    Reply
  14. Shaun says:
    Nov 27, 2016 at 5:34 am

    Thanks so much – It was a bad plugin update – deactivated it and saved me a lot of hassle!

    Reply
  15. albert says:
    Nov 22, 2016 at 11:27 pm

    hi, can anyone help me, my website is not editable. The editing part is not shown. My website

    Reply
  16. Guido Pettinari says:
    Nov 6, 2016 at 7:48 pm

    I have tried every single tip in this guide, with no success. After hours lost, it turned out that I had an empty line in my wp-config.php at the very start, just before the <!php tag. After I removed it, the website worked perfectly again.

    Reply
  17. Alexander Schilling says:
    Oct 31, 2016 at 3:17 pm

    The debugging modus brought me on a track: “Fatal error: Allowed memory size of 33554432 bytes exhausted” since all fixes with the theme, the plugins, with the php.ini and increasing the memory in the wp-config had not worked, I asked my hoster, to increase the memory limit. In this action my hoster finally discovered that I worked with an old php version (5.3) with wordpress 4.6.1 . A change to 5.5 solved the problem and also 7.0 runs wonderfully.

    Reply
  18. Henrik says:
    Oct 25, 2016 at 7:05 am

    My problem is that I can not log in on my computer even if I use different browsers, the screen goes white. But others do not have this problem on their computer.

    So what should I do with that?

    Reply
    • Henrik says:
      Oct 25, 2016 at 7:19 am

      I found out that if I change to another wifi network, I can suddenly log in! But what do I do to change that so I can log in from my wifi network?

      Reply
  19. debbie says:
    Oct 24, 2016 at 11:47 pm

    with no access to the PHP files only the WP dashboard, would you go straight to replacing the theme?? It is just the blog section of the site that is blank. If I live preview the site in another theme the blog shows fine.

    Reply
  20. Britneye says:
    Oct 14, 2016 at 7:08 pm

    This totally saved my butt today. Thanks so much! I was in full on panic mode!

    Reply
  21. austine charles says:
    Oct 14, 2016 at 6:33 am

    am comfused l these dosnt seemto work atall am in trouble now my dashboard is totally white now

    Reply
  22. Rory Ingen says:
    Oct 3, 2016 at 5:25 am

    We had this issue but it stated “error” in the top left corner of the white screen.

    We had recently implemented a new security plugin and I had entered the incorrect password multiple times and so the security plugin blacklisted my IP.

    After 15 minutes I can now get back in again.

    Luckily I waited before I started on all the above fixes!!

    Reply
  23. Aleksandar says:
    Sep 30, 2016 at 1:58 am

    Another solution – check and remove empty index.htm and/or index.html and/or default.htm

    If server config changed (after Apache upgrade), order of index files can change so index.php stay behind plain files.

    Had this case once in last two years.

    Reply
  24. prokops says:
    Sep 29, 2016 at 3:21 am

    In my case, wp-admin/post.php blank screen was fixed by removing the ” ?> ” at the end of my function.php in my child theme. I don’t know how the end tag ended in there, but removing it solved my problems.

    Reply
  25. Nell Yang says:
    Sep 10, 2016 at 3:20 am

    I should say thank you to you all! Thank you for sharing your posts with us. I am still working on this problem but it’s so nice to see your instructions. Thank you very much!

    Reply
  26. Ming says:
    Aug 19, 2016 at 2:04 pm

    I have the white screen of death it’s sending me crazy, have tried loads of things that people have suggested and am at a loss as to what I can do . Any help gratefully received before I throw the laptop out of the window

    Reply
    • JC says:
      Sep 1, 2016 at 8:10 pm

      I also tried a bunch of things too but ultimately found that “Re-uploading Core Files” and “renaming the plug-in directory” worked for me.

      /wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/

      Reply
  27. Haiko Nieuwoudt says:
    Aug 17, 2016 at 3:46 am

    Thanks for this insightful article. Saved my skin!

    Reply
  28. Charles Osborne says:
    Jun 30, 2016 at 4:07 pm

    I found a hint for this on another site. It is an error caused by a newr version of php more than likely. If your Cpanel allows you change your php version roll it back to until your site works and then you can update everything and go back to the newer versions of php.

    Reply
  29. Drew Walk says:
    May 31, 2016 at 10:35 pm

    Thanks !!!
    error_reporting(E_ALL); ini_set(‘display_errors’, 1);

    define(‘WP_DEBUG’, true);

    very help me.. now i can customize my site.. Thanks !

    Reply
  30. Morshedul Arefin says:
    May 15, 2016 at 7:34 pm

    This is really a very nice and helpful article for developers. Thank you so much for such kind of tremendous article.

    Reply
  31. kelley c says:
    Apr 5, 2016 at 8:22 am

    I’m helping with a website for a non-profit, I’m not a Word Press expert so i was distressed when I kept getting the white screen with one word ‘error’ displayed and could not access any pages on the site through the admin.

    My web host couldn’t see anything amiss so he suggested I unplug my router and let it reset. Sure enough it worked. I continue to see the white ‘error’ screen but unplugging the router has fixed it every time.

    What on earth could cause this? Am working under limitations as it is, this makes it even harder to want to help them out.

    Reply
  32. Alois says:
    Mar 30, 2016 at 9:16 am

    White screen, login to WP not working, 3 pages of fake users then found in WP, mess in files on FTP = HACKED WP.
    TIP: Do REGULAR UPDATES both: Files from FTP and MySQL database from phpMyAdmin or hosting Administration! Save localy together for these situations.

    (TIP: Most of hosters do regular backups about 14 days back)

    HOW SOLVED:
    1. downloading MySQL database (.sql file) from the hosting administration as a backup.
    2. downloading OLD HACKED WP from FTP (hosting) as a backup.
    2. downloading fresh installation of WP from wordpress.org
    3. deleting WHOLE OLD WP installation from FTP (all files).
    4. moving NEW fresh WP to FTP.
    5. copy some my folders from OLD WP to NEW WP from folder wp-content: plugins, theme, uploads.
    6. installation of new WP and telling it: I have got an existing database, so filling db name, password…
    7. after installation WP working ok, login – deleting fake users, unused plugins, themes, check. TIP: WP Settings > General > Turn off option: Anyone can register as a new user.
    8. installing plugin Wpdbup for automatic backups, setting its jobs, tests of them.
    9. CHANGING FTP PASSWORD, CHANGING USER(S) LOGIN PASSWORD.
    10. DOWNLOAD working WP both, ALL FILES from FTP and MySQL DATABASE from hosting or PhpMyAdmin AS A BACKUP.
    11. Repeat point 10. always BEFORE a lot of changes of your web and always AFTER them :-)

    Jesus saves :-)

    Good luck

    A@

    Reply
  33. Nicola says:
    Mar 28, 2016 at 6:54 am

    U saved my life thanks!!!!

    Reply
  34. Julie says:
    Mar 26, 2016 at 4:52 am

    Hi,

    I have a several wordpress sites and I have a blank white screen on all of them and I cannot access the admin page on any of them to try to fix the problem. Can anyone help?

    Reply
  35. MALLORY says:
    Mar 23, 2016 at 10:17 am

    Help! I don’t have access to the php, I’m working with a company and I have their login info and that’s it. It’s giving me this: Fatal error: Cannot redeclare class oauthconsumer in /nas/content/staging/cphouston/wp-content/plugins/comments-plus/lib/external/twitter/OAuth.php on line 12

    Reply
  36. Eileen Prades says:
    Mar 4, 2016 at 6:36 am

    Woke up to a blank page this morning and tried your fixes. Unfortunately nothing worked for me. It turned out that my wp-config.php was completely empty. Luckily I could restore it from a backup. But I’m still wondering how this could happen? Any ideas?

    Reply
  37. Willem says:
    Feb 18, 2016 at 8:05 am

    I read allot of posts and sat for a week trying solve this.
    The Issue was:
    My Public ip was blocked on the “Shared Hosted Server” so I called my service provider that does my hosting and they removed it. and its working again

    Reply
  38. jo says:
    Feb 17, 2016 at 11:52 pm

    After being hacked, I followed your instruction to changed my password in phpMyAdmin. then I got the white screen on my admin page. any ideas?

    Reply
  39. Yamini says:
    Feb 17, 2016 at 11:49 pm

    Not working, any solution to this

    Reply
  40. Olivier says:
    Feb 11, 2016 at 11:18 am

    Thank you very much for your usefull article!
    With this I finally can find the plugin who gives me the ‘famous’ white screen of death…
    Hope that everything will be ok now ;-)

    Reply
  41. Willem says:
    Feb 5, 2016 at 11:11 am

    Any Solution to this problem yet?

    lol,

    Reply
  42. Harper says:
    Jan 30, 2016 at 1:25 pm

    Today my blog went white like you were describing, but I can’t even get log in or access anything on my site to try anything you’ve suggested because absolutely everything is white. Any ideas on what to do in this case? I’m pretty sure it’s because I somehow messed up the coding in the theme when I was try to remove the “powered by WordPress” on the bottom of the page. Thanks so much!

    Reply
    • WPBeginner Support says:
      Jan 30, 2016 at 2:20 pm

      You can download a fresh copy of your theme and then upload it using an FTP client.

      Reply
  43. W0bble says:
    Jan 28, 2016 at 12:01 pm

    I fixed it saving wp.config.php in ANSI instead of UTF-8…

    Reply
  44. Alex says:
    Jan 25, 2016 at 9:32 pm

    If the plugin troubleshooting doesn’t fix the issue, then you should try replacing your current theme with a default twenty ten theme. The best way to do this is by backing up your theme folder. Then deleting the theme. WordPress will automatically fall back to the default theme.

    My site was hacked! I just restored it! Thank you so much! Even though it looks ugly, it is not directed to others sites.

    Very useful guide!

    One question: When I go to Google and type, it still says, “This site may be hacked.” What can I to remove this?

    Thank you so much again!

    Thanks,
    Alex

    Reply
    • WPBeginner Support says:
      Jan 26, 2016 at 5:51 pm

      Once you are certain that your site is clean again, then you can request a review.

      Reply
  45. Jedda says:
    Jan 24, 2016 at 12:55 pm

    i had the white screen of death caused by a plug in, i renamed the plugins after eventually deciphering enough tech language to set up an FTP client via filezilla.(i had to watch 6 very annoying youtube videos to get there) Still only the admin log in box but nothing else. Came here, deleted the theme as directed and now even the log in box is gone. A years worth of work on my site gone, both page and my will are broken. any ‘idiots set by step’ advice welcome x

    Reply
    • erm3nda says:
      Jan 24, 2016 at 9:29 pm

      For little bucks i can fix your site, sure.

      I had no enough time to “decypher” tech language. It’s is time consumption. Fix things is faster :P

      If you really add worth to your website, consider that “repairing” a kind of issue you can pay for get rid of.

      Analogy of cars should be like: Your car do not cost only the 10.000 initial cost, it cost to you the fuel, tires and other things, like paint, repair etc.

      Best of luck

      Reply
  46. erm3nda says:
    Jan 24, 2016 at 4:53 am

    Yes, rename the themes then put it back did the trick… omg
    I was looking around every config file, nevermind.

    Error display didn’t show me anything :C

    Reply
  47. Sameer Panda says:
    Jan 23, 2016 at 8:00 am

    Nothing worked for me. Please check my domain here

    Reply
  48. Michel says:
    Jan 7, 2016 at 2:22 pm

    nothing worked for me…:'(

    Reply
  49. amy miranda says:
    Dec 27, 2015 at 4:50 pm

    as of yesterday i have suddenly for the first time in 4 years, the white screen of death.. i can’t log into my website. my developer does not know, he says he will hire a team and it will cost me $1000 to fix it. how can i fix it myself. my website is called but now i can’t even access it. help please!

    Reply
    • WPBeginner Support says:
      Dec 28, 2015 at 2:07 pm

      Your site seems to be working fine now :)

      Reply
  50. diogo says:
    Dec 8, 2015 at 10:47 am

    I followed the instructions in section “Replace Theme with a Default Theme”, and updated the wp_options. This worked fine for me.

    Thank you.

    Reply
« 1 2 3 4 »

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
TrustPulse
TrustPulse
Instantly get 15% more conversions with social proof. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2020 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2020)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2020)
    • SiteGround Reviews from 4196 Users & Our Experts (2020)
    • Bluehost Review from Real Users + Performance Stats (2020)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2020 – Step by Step Guide
Deals & Coupons (view all)
LiveChat logo
LiveChat Inc Coupon
Get a 30 day free trial and 30% OFF LiveChat, one of the best live chat service providers for WordPress users.
ConvertKit Coupon Code
ConvertKit Coupon
Get a 14-day no risk FREE trial with this powerful email marketing software.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).
Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress CDN by MaxCDN | WordPress Security by Sucuri.