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!
  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

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

  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

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. Omar Sirwan says:
    Nov 21, 2015 at 3:55 pm

    I solved it…
    I tried those:
    define(‘WP_MEMORY_LIMIT’, ’64M’);
    Change Plugins name
    Check white spaces
    Increase memory
    Change Theme
    Upload new wp-admin
    And everything related to plugins

    Finally I downloaded my wp-config using FTP. Opened it with notepad++ and save it again with the encoding utf-8… It was utf-8 BOM.

    Reply
  2. Linda says:
    Nov 17, 2015 at 12:44 pm

    My page does not work! it shows SERVER ERROR 500. and i am unable to log into the admin

    Reply
  3. Andreas says:
    Nov 2, 2015 at 11:20 am

    Thank you, changing the SiteURL did the job.
    What a weird bug…

    Reply
  4. Girish says:
    Oct 30, 2015 at 9:49 am

    I am telling you i cannot access my wp-admin page how i am suppose to disable plugin and change the theme.

    Reply
    • WPBeginner Support says:
      Oct 30, 2015 at 3:50 pm

      Simply connect to your website using an FTP client and rename the plugins folder to plugins-old. This will deactivate your plugins directory.

      Reply
  5. Madeleine Landley says:
    Oct 28, 2015 at 3:25 am

    This is one of the most extensive guides I found so far – with easy tutorials on how to solve it. I like it!

    I’m actually only missing one thing causing WSOD and that is extra spaces in the code, usually in functions.php, header.php, single.php etc. I’ve found this error causing most of the white screens I’ve resolved. The extra spaces are usually at the end of the file, after a closing ?>, used instead of tabs and on line breaks (empty rows).

    Thanks for a great guide.

    Reply
  6. Michael Silva says:
    Oct 24, 2015 at 8:29 pm

    After some changes (failures !!) in the code of a plugin did the famous White wp screen with the following message “Parse error: syntax error, unexpected ‘the’ (T_STRING) in / home / velafati / public_html / wp-content /plugins/woocommerce/includes/class-wc-countries.php on line 436 ”
    How to know where the problem had been entered in the file “class-wc-countries.php” through cpanel and replace all the code for the original code (had recorded the original code in Notepad). The problem is that even after upgrading to the problem folder remains, what should I do?

    Reply
  7. viki sangre says:
    Oct 14, 2015 at 3:08 am

    I have the same issue. I have made no changes to my website but when I saw my website in the morning it show white blank screen. I haven’t updated any plugin.

    Backend is working well.

    Any help please!!

    Reply
    • viki sangre says:
      Oct 27, 2015 at 2:51 am

      I updated my wordpress with latest version and every things gonna fine. I think automatically updation of wordpress also cause a problem.

      Reply
  8. Hansel says:
    Oct 13, 2015 at 5:27 am

    Hi Guys,

    I got some white space page issue in our wordpress page and did below troubleshooting but still no luck. It’s also weird that I don’t get any error.log that’s why it’s kinda hard to know the exact issue. Any help would be very much appreciated. Thanks Guys.

    Troubleshooting made:
    Disabled all plugins
    tried to use the default theme
    restarted apache2

    Reply
  9. Sabina says:
    Sep 28, 2015 at 5:37 pm

    I fixed it! It was a plug in. Do NOT update the Yuzo plug in if you currently have it!

    Reply
  10. Sabina says:
    Sep 28, 2015 at 5:10 pm

    Please help!!! I think I’m gonna die! I get the white screen and I cannot get to my admin page. Everything is white :(:(:( Please, please tell me step by step what I should do not to mess things even more!
    Thank you!

    Reply
  11. Naomi says:
    Sep 21, 2015 at 11:08 pm

    I experienced the white screen of death tonight and I couldn’t access my login, website, or any of the pages. I fixed it by going to hosting site and pulling up the file manager. I was able to edit the code I had misplaced through the files on the hosting site and then my site came back up!

    Reply
  12. Lee Binder says:
    Sep 3, 2015 at 7:47 pm

    In our case it was problems with cron, either WP cron or the server’s cron service. “Fixed”/ worked-around with the WP Delay Cron Plugin

    Reply
  13. Thomas says:
    Sep 2, 2015 at 10:24 am

    Hi all, I have the same error but cant even access the login page for my site! Any ideas on what i could do? Thanks!

    Reply
    • calvin says:
      Sep 10, 2015 at 10:26 pm

      I had the same issue, it was a plugin. went to the cpanel, then file manager, public html folder and on right side, right click on “error log” to view error. Plugin causing error was renamed and whala… I could get to the dashboard.

      Hope this helps you and others!

      Reply
  14. Bomi says:
    Aug 20, 2015 at 6:30 am

    This should be the firt option if you only have access to FTP, it will tell you exactly which file is messed up. Thanks.

    error_reporting(E_ALL); ini_set(‘display_errors’, 1);
    define( ‘WP_DEBUG’, true);

    Reply
  15. Kay says:
    Aug 16, 2015 at 3:04 pm

    I get an error message that says Site can nor be accessed. Disconnect site. When I click on admin the screen goes white. Please help!

    Reply
  16. Andy says:
    Jul 17, 2015 at 8:16 pm

    I had this problem with my installation (white screen only on WP-admin. I eventually solved it by using the debug tools in the browser (hit F12 in most browsers). Using the console view in the debug I could see that there was some sort of error in a frame that was being used.

    I haven’t got to the bottom of this yet but I was able to access the login page and access wp-admin by switching my re-directed URL for the raw IP address. I expect I have mucked up the re-direct in some way but I’m just relieved to have fixed it to be honest!

    Hope this helps someone else!

    Reply
  17. Jacob J says:
    Jul 13, 2015 at 4:16 pm

    The error reporting thing solved my problem. Knew I had a misplaced code in there somewhere, and those few lines in the config file showed me where. Thanks a lot. /Jacob

    Reply
  18. dinesh Kumar says:
    Jun 27, 2015 at 2:43 pm

    thanks a lot i found error wp_debug already defined and resolved this error and also installed new theme now my site is opening but i can’t access my admin page when i type admin url it’s showing it’s not redirecting properly

    Reply
  19. Kaley Basham says:
    Jun 16, 2015 at 2:06 pm

    Ok, so I replaced the theme by replacing the current_theme, template and stylesheet in PHPmyAdmin to twentyeleven and it fixed the white screen of death issue. Now I checked my functions.php document and I had no extra spaces in the end.

    So now what?!?!??? Thanks for any help!!

    Reply
    • WPBeginner Support says:
      Jun 16, 2015 at 3:42 pm

      Try downloading a fresh copy of your WordPress theme.

      Reply
  20. Adria says:
    Jun 10, 2015 at 9:38 am

    THANK YOU SO MUCH! It was one of the Whatsapp Plug-ins which was causing an issue. I can now sleep peacefully tonight – my site is up and running again.

    Reply
  21. Timothy says:
    Jun 8, 2015 at 12:40 pm

    Thanks for this. I ran the error code and found a malicious file. link-template.suspected.

    I removed the file and replaced it with a new one that I had downloaded and that fixed.

    All this after going through every other thing to no avail.

    Replacing the bad file got things back.

    Reply
  22. stef says:
    May 28, 2015 at 4:49 am

    Thanks, debug mode works great i could find the faulty php script

    Reply
  23. Hugo says:
    Apr 17, 2015 at 6:40 am

    The blank screen can also be caused by using the wrong version of php. PHP 5.2 has cause me trouble in the past, changing to 5.4 fixed it. Be sure to check this if all else fails.

    Reply
    • Kelly says:
      Aug 5, 2015 at 5:10 am

      Another vote for PHP version. I tried almost everything and was about to replace the theme when I gave this a go. Upgraded to 5.5 and like magic, it was fixed! Thanks Hugo.

      Reply
  24. Bobby says:
    Mar 18, 2015 at 8:00 am

    Coded my own theme and had blank screen when trying to update posts and pages, deleting spaces at the bottom of my functions file solved the issue! :)

    Reply
  25. Jonas Holm says:
    Mar 5, 2015 at 3:41 pm

    I went through all the above steps without succes. I downgraded PHP 5.6 to 5.3 on my providers PHP-admin-page. That solved my problem.

    Reply
  26. Grace says:
    Jan 29, 2015 at 9:24 am

    I’ve read through all of this but sadly my problem is that I can’t even log on anymore – I got the white screen of death but it says that when you try to go onto my page and when I even try to go to the WordPress dashboard (via Godaddy). I now have absolutely no way to log on to my wordpress – not sure what to do!

    Reply
  27. Tawanda says:
    Jan 21, 2015 at 4:44 am

    I just fixed this problem, it was a caching issue. If you go to your wp-config.php file then remove the code just above the define(‘DB_NAME’, ‘your_db_name’);

    This should work, as it worked for me

    Reply
    • Nhan Nguyen says:
      Mar 30, 2015 at 10:35 pm

      It worked fine for me. Many thanks.

      Reply
    • jake says:
      Jun 3, 2015 at 10:20 am

      No code there

      Reply
    • Jan Fallon says:
      Sep 4, 2015 at 8:25 pm

      I had the WP CACHE code in my wp-config.php file – just above the define(‘DB_NAME’, ‘your_db_name’); as stated by TAWANDA and removed it – and so far my home page, which was completely white, is holding!

      I could log in via admin, and saw all my content, but at the URL the home page was white.

      FIXED with crossed fingers!

      Many thanks wpbeginner crowd!

      Jan

      Reply
  28. Juan Jose Hernandez Cruz says:
    Jan 21, 2015 at 3:49 am

    I cannot even log in I have a blank screen. what do you suggest please help

    Reply
    • LaQuata says:
      May 8, 2015 at 6:38 pm

      I had the same issue and I did the replacing the theme. This work for me.

      Reply
  29. Sam says:
    Jan 6, 2015 at 6:46 pm

    Had this same problem when updating my wordpress plug-ins. I accidently clicked on a link while a couple of plug-ins were updating. The site was okay but could not get into the admin section. Log-in was blank. After reading this article tried changing the plug-ins file name. Admin was still blank and site now wouldn’t load. Change the plug-in folder back to its correct name.
    I didn’t delete the theme since this would be a headache to ressurect, I have text widget areas with code and all of this would delete. Instead skipped to the error fix, under “other suggestions” and placed the script in the wp-config.php file. An error popped up for a “google analytics plug-in”. I ftp’d in and changed the name of the folder for that plug-in which fixed the problem.
    I could now log-in to the admin area. I then checked the name of the plug-in and found the plug-in through the wordpress “new plug-in” feature. Loaded it in then deleted it. Did this to clear it out of the database. Haven’t reinstalled it yet. Enough headaches for one day ;)
    Hope this helps someone…

    Reply
  30. Paola says:
    Jan 1, 2015 at 11:47 pm

    I have a problem inside my WordPress admin panel. I can get in but then I get the
    white screen of death when I try to edit comments and the like and I cannot
    seem to get to use my dashboard. I have tried deactivating plugins and also
    re-installing a fresh copy of WordPress but this didn’t seem to help. I also tried replacing my
    current theme with a default twenty ten theme but that seemed difficult and I
    am not sure I was able to do so. The article also suggested
    using the WordPress debug function to see what type of errors are being
    outputted. I did manage to add the suggested code in my wp-config.php file and
    I got some messages but I am not very good with code so I don’t really
    understand what is being said. Any suggestions?

    Reply
    • Henry says:
      May 13, 2015 at 5:22 am

      did you try increase the memory by

      define(‘WP_MEMORY_LIMIT’, ‘128M’); in wp-config

      Reply
  31. Pat says:
    Dec 30, 2014 at 11:28 pm

    I tried everything listed on this post to no avail. I finally found the
    fix for my situation! My problem was related to an older versions of
    WP: 3.3.1.

    I looked at the error_log file in the wp-admin
    directory and saw the following error: “PHP Fatal error: Access to
    undeclared static property: WP_Screen::$this in
    /home2/bellex/public_html/wp-admin/includes/screen.php on line 706”

    I had things setup using the WordPress debug function described above.

    Anyhow this error led me to a website that directed me on how to alter the screen.php file. See this site for details:
    http://wordpress.stackexchange.com/questions/127427/how-to-fix-empty-dashboard-issue-in-wordpress

    Reply
  32. Gerle Haggard says:
    Nov 23, 2014 at 12:14 pm

    Like Nese, this simply explained solution was the answer, Thank you, thank you!

    Reply
  33. Steven says:
    Nov 2, 2014 at 10:02 pm

    Remove the extra spaces at the bottom of function.php save my life! Many Thanks!

    Reply
  34. WPBeginner Staff says:
    Oct 29, 2014 at 11:01 pm

    Yes you can delete and reinstall a theme. However, you will also loose any other customizations you made to the theme.

    Reply
  35. Veronca says:
    Oct 29, 2014 at 6:56 pm

    Thanks a lot for the help. I add some code to my Cron Job. I deactivated all my network plugins and asked hostgator to increase my memory. The last thing I need is the white screen of death during production. My site has been down all day, but now its back up. THANKS AGAIN!!

    Reply
  36. Bboo says:
    Oct 27, 2014 at 4:32 pm

    Can I just delete the the entire theme file. And re-install it? Will that fix the white screen? I was working on the .php, but now looking at the files, i have NO IDEA which one i was in!!

    Reply
  37. Nese says:
    Oct 24, 2014 at 4:07 pm

    Thank you so much. This post and this comment solved it for me.
    You’ve made my day.

    Reply
  38. Bboo says:
    Oct 24, 2014 at 10:35 am

    How is everyone having to option to see pages?? When I login I ONLY see BLANK PAGE. No options, no links, no files. NOTHING!! Someone please help!!

    Reply
    • Eduardo Flores says:
      Dec 3, 2014 at 2:04 am

      A month later but… Maybe you have to check your files via FTP

      Reply
  39. WPBeginner Staff says:
    Oct 21, 2014 at 11:28 pm

    You can use an FTP client to access files on your web server. Locate the file you edited earlier and undo the changes you made to it.

    You can also use the File Manager in your web hosting account’s cPanel dashboard.

    Reply
  40. WPBeginner Staff says:
    Oct 20, 2014 at 10:08 pm

    You can use the File Manager from your cPanel account to edit the php file.

    Reply
  41. Morgan says:
    Oct 18, 2014 at 1:37 pm

    I fixed my white screen of death by deleting the code I had written just before it crashed. I did that through the Bluehost file manager. I found my website file (the wordpress install file), then went into wp content, found the theme I was using, then opened the functions file (to fix the theme’s function .php file).

    Reply
    • Piotr says:
      Feb 3, 2015 at 5:51 am

      Hi there, I am having the same problem and tried literally everything :( how did you fix the functions file?

      Reply
    • Laura says:
      Feb 15, 2015 at 11:41 pm

      Thanks!!! That’s exactly what I had to do – thanks for spelling it all out for me!

      Reply
  42. Morgan says:
    Oct 18, 2014 at 12:15 pm

    I just found this article about how to do things on the site through Bluehost. But since I know it’s not a plugin problem; I know it’s my .php file, is there something else I can do? Is there an outside way to access my .php file (via Bluehost)? I’m sorry but I am freaking out over here.

    https://my.bluehost.com/cgi/help/white-screen-of-death

    Reply
  43. Morgan says:
    Oct 18, 2014 at 12:04 pm

    Hi, thank you for telling me what this is. I tried putting in the code from your how-to-avoid-no-thumbnail-issue-while-sharing-post-on-facebook post, and I’m sure I’ve corrupted a file doing something wrong. I can’t get anywhere, it’s all white. How do I disable plugins or go to a default theme this way? I’m going to lose so much work, aren’t I?!???

    Reply
  44. Mark says:
    Oct 13, 2014 at 4:52 pm

    Rather than deleting a potentially broken theme, you can just rename it. WordPress will still fall back to a default and it saves the bother of backing up & deleting.

    Reply
  45. imLOST says:
    Oct 11, 2014 at 1:52 pm

    I had extra spaces at the bottom of my functions.php file.

    After the closing ?> tag. Cleared them up and all was good! :D

    Reply
  46. Hasan Shahzad says:
    Sep 20, 2014 at 5:09 am

    I have got it fixed by renaming plugins folder to plugin, WordPress deactivated my all plugins and I was able to access WP-Admin, I tried to activate all plugins manually, however one plugin returned fatal error while activating itself “(include_path=’.:/usr/lib/php:/usr/local/lib/php’)” Then I got it, that plugin was creating mess. Now my blog works fine.

    Reply
  47. WPBeginner Staff says:
    Sep 13, 2014 at 11:52 am

    Check out How to Fix Syntax Error in WordPress

    Reply
  48. Beetzy Chase says:
    Sep 11, 2014 at 5:03 pm

    Thank you for the article. I did fix my site. Your article just got my fix it thoughts going in the correct direction, nice reads like this make programming a little less lonely :-)

    Reply
  49. gaurav says:
    Sep 11, 2014 at 4:26 am

    Hi Admin,

    please help

    Just Now I got an error. my wordpress site is not working even wp-admin also not working, i was doing some changes on footer and have done small change. after saving my wordpress editor. my site not opening and also wp-admin not opening,

    I am getting this error Parse error:

    syntax error, unexpected end of file in /home/content/p3pnexwpnas01_data02/60/2213460/html/wp-content/themes/fashionistas/functions.php on line 295

    i am using wordpress managed hosting from godaddy.

    When i am trying to open wordpress admin and my website. both are not opening, returning that error only .

    Please help.

    Thanks in advance

    Reply
  50. Anindyo Yudhistiro says:
    Sep 5, 2014 at 2:38 am

    I have add

    error_reporting(E_ALL); ini_set(‘display_errors’, 1);
    define( ‘WP_DEBUG’, true);

    on my wp-config file, but still didn’t get the error..

    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
RafflePress - WordPress Giveaway and Contest Plugin
RafflePress
Giveaway and Contest Plugin for WordPress. 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)
OptinMonster
OptinMonster Coupon
Save 10% off on OptinMonster, the best lead generation plugin for WordPress.
SiteGround
SiteGround Coupon
Get up to 63% off off SiteGround's WordPress hosting. Don't miss out!
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.