Fixing Blank, Empty or White WordPress Pages after Upgrade

  • Stumbleupon
  • Delicious
  • Google Buzz

Just a few hours ago, WordPress 2.8 was release to the general public (for the self-hosted version). I was notified within my admin portal and, after I did a quick database backup and downloaded all of my blog’s files, I clicked on the upgrade button. After a few seconds, WordPress told me that everything was successful. I was pretty amazed at how quickly the entire process took. Note: this is NOT unique to just WordPress 2.8 but also other releases of WordPress!

So, I went to my blog’s main page to ensure that everything was working, and this is what I saw:

empty_page

That’s right, absolutely NOTHING. Some people have referred to this as the “WordPress White Screen of Death“ or the “Blank Screen of Death“ or just “WSOD“. I went to the login page and it too, was not working. Ouch!

But after a few minutes of quickly troubleshooting (since I had been through this before), I corrected the issue. Here are some troubleshooting and fixes you might want to try if you encounter this issue. I hope that you find a solution within this list. If you do, please leave a comment and let me and other readers know! There are three things that you can try: plugins, wp-config and wp-settings. (There may be others but these are ones that have been proven to be culprits.)

Plugins – usually, after an upgrade, a plugin is the culprit. One way to quickly check to see if one of your plugins is problematic is to do the following:

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.

Empty Line in wp-config.php file – one thing that you should check is the wp-config.php file (obviously, make sure that it is in the WordPress directory, AND that it has the proper DB information). Scroll to the last part of your wp-config file and double check that there is no extra space after the closing “?>” tag. IF there is a trailing space before the actual end of the file, delete that space so that you are sure that your file truly ends with that tag.

Good:

// Get everything else
require_once(ABSPATH.'wp-settings.php');
?>
-END OF FILE-

Bad:

// Get everything else
require_once(ABSPATH.'wp-settings.php');
?>

-END OF FILE-

Tweak your wp-settings.php file – First, I don’t recommend really messing around with this file as it is pretty critical to the smooth operation of WordPress. However, I had noticed that when I migrated my blog over from a different hosting provider to a new one (in this case, BlueHost), that when I was activating some of my plugins, I was receiving the following error “Allowed memory size of 33554432 bytes exhausted” and the plugin was not activating. The way that I corrected that issue was by editing the “WP_MEMORY_LIMIT” setting within the wp-settings.php file. The WordPress “out-of-the-box” settings for this is “32M”, which explains why the memory size was exhausted (by this point, I was pretty exhausted as well). Note, that this error may be different for different hosting providers and may manifest in other ways.

So what I did, and what fixed the blank screen issue for me in the past and with this latest WordPress upgrade, was to change the value of WP_MEMORY_LIMIT from 32M to 64M. After I did that, everything worked just great!

wp_settings_change

So, my fix took actually all of about 2 seconds, but several hours of research, testing and tweaking to get to that fix.

Note: I have received many requests for help each time a new version of WordPress comes out. I have helped a few people out but please realize that this does take time away from me writing reviews and other articles. However, I want to help, so I have come up with the following solution: I will ask for a $25 “up front fee” for me to review your FTP account and WordPress environment. After I receive that initial fee, if I can fix it, I will let you know and you can decide if you want me to proceed with the fix (for a small additional fee typically starting at an additional $25). Depending on the amount of work, the additional fee could be a bit more…but I’m not here to gouge you, just to get your WordPress blog back up and running. I will also keep you in the loop of what I am doing so that in the future, you can do it on your own. If you want my help, please fill out my Contact form and I will get back to you quickly. You will need to provide me with both your FTP login information and WordPress admin credentials (which you can change after I fix or review the issue). I have helped people recover from iFrame viruses to reinstalling WordPress, so far with complete success!

Anyway, those are 3 things that you can test: Plugins, wp-config and wp-settings. If you find a fix that is different, please be sure to let me know!

Did you find this solution useful? If so:

HTD Says: Be sure to follow Douglas Adams famous words of DON’T PANIC if you get the WordPress White Screen of Death. It is fixable!

Related Posts with Thumbnails
DeliciousStumbleUponDiggTwitterMixxTechnoratiFacebookNews VineRedditLinkedInYahoo! BookmarksSphinn It!Hyves

Related Posts

  1. Blog updated to WordPress 2.1
  2. Blog: TechDadBlog updated to WordPress 2.3 with some issues
  3. WordPress: People can view your Plugin Folder unless you fix!
  4. I wish a WordPress Developer would make the following plugin
  5. How to Move a WordPress Blog from One Domain/Host to Another
Fix It, General, Software

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

  • I still have the issue but I'm upgrading to version 2.9.2 and I can't see my website neither the admin panel - This is the list of things I've try:

    - I install fresh copies of WP 2.9.2.
    - I check all the blank spaces after the "?>" on every single file and fix them.
    - I rename the plugins folder and disable them all via PhpMyAdmin.
    - I rename the themes folder to force WP to use the default.
    - I upgrade the memory limit on the wp_settings.php file from 32 to 64.

    Is there any other solution that I haven't try? Any other idea?.

    Thanks in advance.
  • Hello Vivian,

    Yes, these can be very tricky to figure out. I do offer a service (noted in the post) that I can take a look at your server/WordPress configuration for you and attempt to correct should you desire it. I have had 100% success with all of the people that I have helped. If you are interested, please fill out the contact form and include the following information: FTP information w/ user/pass login, WordPress admin user/password and the blog URL. I will follow up with you offline on this. If you want, simply send me some of the information in the contact form and I will follow up via email.
  • Thank you so much for your help. At the beginning I was hesitating about giving you my information but you really help me in such an honest way. I am really happy with the results. You keep all my files saved and solved my problem really neatly. :-)

    Thank you Michael.
  • Gracias por su commentario. Fue un placer ayudarle! Si necesita mas ayuda, usted sabe donde se puede encontrarme.
  • I sent you an e-mail via contact form.
  • thanx a lot ! it helped me.....!!
  • bblack
    These suggestions were very helpful. My issue was actually in the themes folder. Once I changed the name of the themes folder I was able to login to my account. Then I went back through my theme and found an extra line of code that had somehow been inserted. No more WSOD!
    Thank You!
  • Another problem can be whitespace in your themes function.php file. Any whitespace before or after a <php> tag can render the dreaded blank screen. (Hunted this problem for a good hour... never close your documents lest you underestimate the power of 'undo')
  • Beatrice Theriault
    I was having a blank page problem and I increased the wp_memory_limit to 64M and it wahla it was fixed. Thanks so much
  • I believe you can put it in your wp-config file so that it sticks
    after an upgrade. Wp-settings will get overwritten. Glad it worked!
  • Michael absolutely saved my soul this morning -

    I had completed the WP 2.9 upgrade and all was working just fine - and suddenly, this morning, the blank admin screen of awfulness was staring me in the face.

    - I manually reinstalled all wp-admin and root WP files.

    - I went through and deleted all blank lines on the root files (there were quite a few).

    - I got new security keys.

    - I renamed the plugins folder.

    - I renamed my theme folder.
    **** This turned out to have been the problem - I renamed it, but should have clicked the Refresh on my browser a few more times before giving up ****

    Anyhow, I wrote to Michael, my hands up in the air - he was back to me in fewer than 5 minutes, and HE FIXED EVERYTHING within an hour. I'll have to go in and customize my theme again, but I had all that backed up here, anyway - we still don't know why the theme (wpframework) was suddenly crashing, but there you have it.

    Thank you, Michael!
  • Anna
    And now, on further examination, it might have been a customized template - still checking that out.
  • Glad that I could help! It was definitely a tricky one to troubleshoot.
  • Diana
    THANK YOU SO MUCH FOR THIS POST! You saved my hours of time and money.
  • Markus
    I perfectly agree with what Stef has said: Thanks for your very helpful advise! I guess in most cases the blank page phenomenon is in fact due to a bad plugin which hadn't been deactivated beforehand (as one really should according to the "official" upgrade procedure). But confronted with it for the first time I was sort of panicking... But renaming the folder, deactivating everything and reactivating plugin by plugin quickly brought me to the culprit. Thanks again!
  • Stef
    THANKS! this is great. I have been searching for help on this issue. Your explanations are clear and concise. This worked well for me. Thanks again!
  • Your idea for renaming the plugins folder worked for me. Once I did that I was able access the login screen and go through and upgrade my plugins to fix the problem. Thanks.
  • Wendy
    I want to thank you, Thank You, THANK YOU!! I have been having some of the problems you described for days and I was in a real panic since the client for my website needed their site moved ASAP. Finally, I came across your post and realized it as a plugin problem. Seriously, INEVER would have figured that out on my own...not in a zillion years. What you have done is a VERY nice thing. Thanks so much!!
  • Glad it worked for you! If you (or your client) are in the holiday spirit of "giving", I have a donation link in there (wink). If not, please be sure to spread the word on the fix.
  • deb
    i saw you had commented on an error for wordpress can you can you contact me please to tell me if you can help me fix my error PLEASE
  • If you want to fill out the Contact form with your details, I can
    follow up with you directly. I have helped a few other people fix
    their WordPress issues. I do ask for a small donation for my time to
    go onto your server and troubleshoot.
  • deb
    i saw you had commented on an error for wordpress can you can you contact me please to tell me if you can help me fix my error PLEASE
  • Still a no go for me. I started a brand new site yesterday, no fancy plugins or themes... just the basic and classic. I can access the dashboard just fine but the WSOD is there. I had to add the ?> to the end of my wp-config file, which I thought was strange seeing as how I just downloaded it off of Wordpress.org yesterday. I've also done the other things you've suggested. Any help would be greatly appreciated! www.adriannesbackyard.com
  • I have emailed you directly a response. Yes, it is tricky sometimes.
  • Thank you SO much for helping me Michael. Your services were well worth the donation requested. I would be happy to be a good referral for you anytime.
  • thanks for the post man, I was starting to panic after upgrading to 2.8.6.
    But I managed to get it working again after your plugins-folder-trick-thingie.

    Again, thanks!
  • Great! Glad that it worked for you!
  • Hey! I tried to do all your tips, but my site still won't come back up! O_o I'm pretty new to WP though too. I also tried to re-install manually the new version (2.8.6). Is there something else you suggest? I'm pulling hairs right now!
    The good thing is that everything works: cPanel, Login and FTP, but my site itself...
  • Eric
    Thank you HTD, the first solution was the one for me, I'm no longer afraid by the WWSOD!!
  • kezpez
    phew! thanks so much for this post - I did the temporary re-naming of the plugins file bit and re-activated the plugins one-by-one until I found the culprit (wp backup) Now everything is working great again. But I have a question about the wp-config.php step: I haven't got this at the end:
    "-END OF FILE-"
    just the "?>"
    is that OK? (sorry if it's a silly q)
    Cheers
  • That should be ok. The big issue was really the trailing white space
    or carriage return. Glad it worked!
  • Thanks bro! great post....Helped me very much. Keep up the good work

    ibuylogos.com

    http://www.ibuylogos.com/store/2009/10/anti-nik...
  • Ann
    Hi - thanks for providing all the tips, it gave me hope ... but unfortunately I have done all of them and still get WSOD. I had the problem some months ago when I started using WordPress, then went to a local install to continue testing and setting up - then the problem started there too. Today I went back to my live site (beheart.org) and could get in to the admin area - yippee, I thought! But then I did the automatic upgrade, and poof, all gone.
    Having tried all the fixes I could find here, I have now removed all traces of WordPress, deleted the database and all files, etc, etc, created a new database and uploaded the latest version. But, when I go to the install.php file ... I still get the blank screen.
    I'm really stumped. I guess something must be wrong at the server end. Any ideas what I can do?
    Thanks for your efforts to help this program be useable!
  • Hi Ann,

    I tried going through your site to see if I could find anything.
    Unfortunately there is not much that I can do without having access to
    your DB or FTP. It sounds to me that something odd is going on. You
    might want to check with your hosting provider (The Planet) to see if
    you have the latest version of PHP installed. There might be something
    going on there.

    Also, be sure to check again the settings for the memory and the
    spaces after some of the config pages.

    Let me know how it goes.
  • Ann
    Really appreciate you looking in ... I did get in touch with my hosting provider, and they advised that (at least for the install problem) it was a permissions issue. Apparently they have PHP installed as CGI and not an Apache module, and the permissions need to be 755 not 644.
    I have asked them if that means I have to change the permissions for all files downloaded with upgrades and/or plugin/them installs, but haven't heard back yet - but this could explain why things went haywire when I downloaded various plugins and the upgrade.
    Anyway, I now have my site up and running, and will give WordPress more of a go - but will certainly look for a more WordPress-friendly webhost where hopefully this doesn't happen.
    Maybe others are having the same permissions issues? Hope this can help.
    And thanks again for all your efforts!
    Have a great day, Ann
  • I got this problem after upgrade as well. My problem was just eh plugins directory, I just renamed it and I clicked in the plugins link on the admin page and all plugins were automatically deactivated and I renamed again to the original name and it worked!
    thanks for the tip!
  • stevedesign
    Sorry..accidently posted this twice.
  • Hmm that is a tough one. Did she use a plugin for comment previously
    (most of the main ones will sync back to the wordpress comment area).
    Do you have access to the mysql db to see if they are in there?
    Another text you might want to do is to export out the comments to see
    if WP sees them and then you could potentially re-import them.
  • stevedesign
    I just upgraded a friend to wp v2.8.4. Now all her comments have disappeared. She had no activated plug-ins. I've gone through your fixit steps for wp-config.php and wp-settings.php just in case it may relate for some strange reason to all the comments disappearing. I'm in desperate need of finding a way of bringing all of her comments back. Thanks.
  • gautam_hn
    I've tried everything possible, but unfortunately not finding a proper solution :(

    Can you please take some time and look into it personally provided u have time for it. If you can let me know how I can contact you, I'll send you my login details.

    Thanks,
  • karabomb
    You saved my life..
    just as i was about to crawl into a ball on the floor and cry, your VERY helpful well laid out instructions were an absolute saviour!!!!!!!!!!!!!!!
  • Hello HTD, I wanted to say a special thanks. You are absolutely amazing. I will be a faithful follower.

    My site was in the dreaded white screen of death mode for the past two days. I was at a loss on how to fix. I searched google, came across your site. I read your three choices. Something told me to try your 3rd choice - change WP settings memory from 32K to 64K (my site has a lot of videos, etc, and I did not do any upgrades or installs for quite some time). Guess what. Almost immediately, my website was back up. I adore you! You saved me so much time and stress. Please keep up the good work. Your knowledge and service is sooo....valuable.

    Thanks again!!!!!!
  • Looks like everyone has had different experiences. I was having blank admin screen after login. The things that worked for me were fresh re-install of wp-includes and wp-admin folders. I had tried all the other tips, wp-config spaces, memory limit, disabling plugins, re-naming theme folder and so on. Great support, thanks.
  • Thanks Michael for this post, for me it was an incompatible theme issue.

    Steps to fix were:

    1. Renamed my selected theme folder 'wp-content/themes/tumblelog' (where tumblelog was my selected theme) to 'wp-content/themes/tumblelog-temprename'. This enabled me to get to wp-admin...

    2. Went to http://yourbloghere/wp-admin where there was an update database message. Confirmed I wanted to update the database.

    3. Went to the Appearance section of WordPress admin and selected a different theme and the blog was back up and running.

    I tried reverting back to the tumblelog theme but that didn't work. I'd been planning on switching themes so overall this is worked out well. Thanks WordPress White Screen of Death!
  • Thanks for the additional steps. Yes, many themes seem to be
    incompatible when new versions of WordPress are released. Typically,
    the issues are plugins, memory, extra white spaces and themes. I
    appreciate you taking the time to write out those steps.
  • I fixed it by changing the plugins folder name to plugins_temp, then changing it back to plugins while logged onto the dashboard. i deactivated all plugins, then upgraded the ones that needed upgrading, and deactivating the ones that are not compatible with WP 2.8
  • I changed the plugin file name to plugins_temp and that allowed me to get into the admin panel. However, the plugins page lists them all as deactivated and non-existent, so I can't bulk activate them. This is with WP 2.8. Any ideas? Thanks!
  • Luis aka stoniK!
    HighTechDad, you saved my life! Your fix worked just right.
    Many thanks!
  • I want to thank you for this! After upgrading to 2.8, one of my plugins was giving me the "WSOD". I renamed the plugins folder and was able to login, upgrade my plugins, and everything is great again. Thank you!
  • Hi HTD,

    I had this problem In teh early days your page was loads of help. Thanks man!
    I found out that the issue was due to my theme, I renamed the theme folder and it sort of fixed it. I put the detail on to wordpress here http://wordpress.org/support/topic/278684?repli...

    thanks again simon
  • graceglmcooke
    This is indeed an informative hrsaccount post we should be thinking some ways on how to impress our readers and post comments as well, facebook is one of the most famous site now a days
  • My problem came from a conflicting function name in my functions.php file. So my WSOD was completely theme related.
  • Thanks for this write up. I tried all three of the fixes - no luck. :( I also did fresh installs of the wp-admin and wp-include directories, as per the list here: http://wordpress.org/support/topic/279132 (I didn't delete the old versions, just renamed them - will that make a difference?)

    I changed the memory back to 32M, after testing, but left plugins disabled and fixed the trailing space on the config file. Any other ideas?
    http://spokanenativeplants.com/
  • I have the same problem.
    I tried clean .htaccess, rename plugin and rename themes directories, I delete emty space in wp-config.php and I changed in wp-settings.php 32M to 64M. And still nothing. I also made new installation (on other subdomain) and use in wp-config.php the same mysql base, user and password and I have still the WSOD :/

    What else I can do on http://jacek.kruzycki.pl ?
  • Can you post your wp-config.php (without the password info, etc).
    Also, you can force WP to use 64M within the WP-config. I believe I
    listed how to do it in a previous comment. Also, if you have any
    caching, you should comment that out of wp-config and your .htaccess
    and empty that folder.
  • My wp-config.php:

    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */

    define('DB_NAME', '*****');

    /** MySQL database username */
    define('DB_USER', '******');

    /** MySQL database password */
    define('DB_PASSWORD', '*******');

    /** MySQL hostname */
    define('DB_HOST', 'localhost');

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define('AUTH_KEY', 'put your unique phrase here');
    define('SECURE_AUTH_KEY', 'put your unique phrase here');
    define('LOGGED_IN_KEY', 'put your unique phrase here');
    define('NONCE_KEY', 'put your unique phrase here');
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = 'wp_';

    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress. A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
    * language support.
    */
    define ('WPLANG', 'pl_PL');

    define('WP_POST_REVISIONS', false);

    /* That's all, stop editing! Happy blogging. */

    /** WordPress absolute path to the Wordpress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
  • OK. I know what was wrong. I must go to phpmyadmin and flush active plugins table :) Then my admin panel works :D I refresh plugin list and all blog run :D
  • Now I see there is some problem with DB-cache plugin :/ I don't know hot to fix him...
  • It appears as if the GoogleAnalytics plugin was the culprit on two different sites I had the WSOD after upgrading to 2.8 also.
  • Jeremy
    Thank you, Thank you, Thank you...my nightmare has now faded.
  • My 2.8 update happened within seconds too. Here's a Youtube video of what my dashboard looks like after clickin gon the automatic update.
    http://www.youtube.com/watch?v=pBWVampEMrQ

    What do you think I should try for this situation?
  • So, I changed the file name on plugins to temp name and deactivated, then changed file name back and reactivated all of the plugins, none of them were rejected and I updated the ones that had new updates.

    Now, in my wp-config.php there is no text that says -END OF FILE-

    This is what it looks like
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    require_once(ABSPATH . 'wp-settings.php');
    ?>

    I downloaded it to my desktop added the -END OF FILE- I did this with Word Pad and uploaded through my FTP but it only added the words -END OF FILE- at the top of my dashboard.

    I'm new at working with code, can you tell...Hope you can help me
  • Hi Jordy,

    Sorry if that wasn't clear. The file does not actually end with the
    words "-END OF FILE-" . What I was trying to do was illustrate that
    some people had a trailing space after the "?>". So if you go to the
    close bracket and tapped the arrow down, is there a space or return
    after that or does it not move?

    Remove the -End of File- stuff and be sure that your file just ends
    with the ?>.

    Did you try the memory change?
  • OK, I have tried all three suggestions and my dashboard still looks like the video I originally posted.

    Any other suggestions?
  • If you have done all of the options, including disabled all plugins
    and changed the memory settings, you might want to try re-installing
    2.8 via the automatic upgrader, if it will let you. Or, you will have
    to do a manual upgrade. Without looking at your environment via FTP,
    it's hard to tell what is going on.
  • Success, whoo!! Here's a nice list http://wordpress.org/support/topic/279132 of possible solutions.

    One of the suggested fixes was this one:
    7. Some people also reported success redoing the upgrade via Tools->Upgrade->Re-install automatically, then clearing the browser cache.

    That's what I did but I made sure that the plugins were disabled.

    It worked, YES!
  • Brad
    Thanks for the tips! I'm familiar with the plugin conflict, but the memory increase was a new one. That happened to be the one that did the trick. Appreciate it!
  • What worked for me was simply changing the Theme from the default to another. Also, for some reason I could get to my admin folder via IP but not through domain. I had all plugins disabled.

    Plugins should always be disabled on an upgrade anyways....
  • Okay, disabling the Google Analytics plugin solved my problem too. SIgh, what a headache!!!
  • Thanks for this post! I renamed my plugins folder, that didn't work.

    I then changed 32 to 64 as you mentioned, and VOILA! THANK YOU! :)
  • Guest
    Tried them all, failed. I was switching themes using the new theme browser on a fresh install with one plug-in running. In addition to the above, I removed all themes but the default and still I see infinite milkspace. Still poking around, but so far, but losing interest...
  • Hi Michael,

    Great. Plugins folder rename trick did the job.
  • You can also change WordPress Memory allocation in wp-config.php by adding

    "define('WP_MEMORY_LIMIT', '64M');"

    Remove the quotes and use a true text editor. Make sure it matches what is in wp-settings.php
  • Dear author,

    Today I upgraded my wordpress blog at Today in Myanmar. I failed to upgrade it using the automatic feature of wordpress 2.7. Thus, I decided to upgrade using the manual ftp upload. After the upload, the wordpress asked me to upgrade my database. I did it, and after logging in to my admin page, I was confronted with the White Screen of Death! No where can I find my admin page. Everything was gone. I tried to see my home page but it was still there. But my admin page was gone. I was quite frantic. However, after a frantic search, I found your site. I did not do the plug-in disable but tried to change the wp-config file. It did not work. Then, I saw the third option, to change the wp-setting. There I found the origin of my error. It was evident from a long time that I was suffering from the memory limit problem. I tried in the past to increase the memory limit of my server but failed and I did not know why. Now, I found the problem. The wordpress setting page was limiting my memory limit to 32 MB. I immediately changed it to 64 M as you have suggested, and voila... my admin page again. Thank you very much for your very useful information.
  • Hi Bamarlay,

    I'm glad that that worked out for you. Just remember that the same
    thing WILL happen again when WordPress decides to do another upgrade.
    The 32M setting is what is there by default.

    I appreciate the comment and feedback on it working!
  • kkkos
    Thanks for your help. Wp-settings solved the problem!
  • This 2.8 upgrade include database upgrade, i got my database covered yesterday:(
  • Thanks Michael. In my case, it was the bad behavior plugin that needed an update.
  • Jake
    Worked great for my yahoo hosted WP blog. Thanks!
  • Thx for fixing my problem
  • changing the plugin folder worked though i still can't access wp-admin. it says page not found. my site is authorityseo.com and would love any support you can give
  • I did a little digging on your site and think that I found the issue. Go to: http://authorityseo.com/wp-admin/index.php
    and you will see that the error that comes out says:
    "Warning: Cannot modify header information - headers already sent by (output started at /home/content/a/u/t/authority77/html/wp-config.php:153) in /home/content/a/u/t/authority77/html/wp-includes/pluggable.php on line 850"
    Some quick research suggests that you should look for empty lines at the end AND beginning of those core files. So you should check that as well.
    Use a true text editor when you change as well. Look at the files that were recently modified.

    Another thing, disable your WP Super Cache. I tried accessing your wp-config.php file and the view source of that says: "<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->"

    Hope that helps!
  • can you help me anymore with what is wrong now
  • Yeah, sure ask me what doubt you have i will help you. don't hesitate to ask.
  • Hmm, you got some issues going on. Here is what I would try. Move all
    of the other themes out of your theme folder and see if WP
    automatically takes the default one. If it does, see if the admin
    screen shows. If that does, let me know.
  • I did that with godaddy and they said it isn't a theme issue

    I am in the process of reverting my site back to 2.71
  • You might want to just try a manual upgrade. That is what I used to
    do. Also, be sure that all of your plugins are current prior to doing
    the upgrade. (If I had access to your FTP server, I might be able to
    help but...understand if you don't want to do that).
  • I would though I am not posting my ftp info on your comments
  • I gave you a tweet for all your help

    I will write a nice blog post about your site if I can ever get my site back
  • You should double check that you didn't rename wp-admin folder and
    just did the plugin folder. Do you have any plugins that work with wp-
    admin (like password login protection or something)? Also, you might
    want to look at your .htaccess file to see if there is something
    redirecting there. Lastly check some of those other tips in the post
    above.
  • I have done the steps listed above

    I am getting this error

    warning: cannot modify header information - headers already send by
  • no luck. WSOD on both the homepage and admin page. dirtycrow.com
  • What fixes did you try? All of the ones I listed? Check your cache on
    your blog as well. Clear it and check and perhaps comment out in wp-
    config. Let me know.
  • How I can deactivate the plugins if I cant even enter the wp-admin of the blog? I tried renaming the plugins directory and still, no login page or wp-admin page...only the white screen of desperation!
  • Have you checked the other items in my post? You might also need to
    clear your browser cache as well as the cache on your blog. Do you use
    any caching plugins? If so, you might need to remove or comment that
    out from your wp-config file as well (or, gasp, edit you .htaccess).
    Can you provide any more details? What is the URL?
  • Toonleap
    www.cartoonleap.com

    If I rename the plugins, nothing works... :(
    I cleared the cache and remove the cache link in the settings file and still dont work
  • I managed to deactivate the plugins...thanks to you... :) and managed to enter...
    http://codex.wordpress.org/FAQ_Troubleshooting#...

    It is one of the plugins... Thanks for your help
  • Wonderful.
    Sad it happened but great that you were able to fix it and illustrate to the world how to fix theirs.
    I upgraded to 2.8 on a P2 blog yesterday. P2 had no plugins and upgraded no problem.
    I'm a little apprehensive about upgrading my main blog but will follow your suggestions to the T.

    : )
  • Hey Mike, good to hear from you. Yeah, this was a weird one but
    luckily I had backups and had gone through a few host migrations
    recently of my blog. Good luck with the move of your main one!
  • thank you so much! you solved my problem exactly. I had only half a blank admin screen and wasn't able to configure it the way wordpress 2.8 claimed it would be and that "memory exhausted" is exactly the problem I had.
    I'm also on Bluehost, so I suspect that's the problem right there but everything is perfect now.

    luckily I've been wordpress upgraded before so I've kind of evolved from "omg!omg! I killed it!" to "sigh, here we go again..."
  • Thanks David for validating that fix. I wonder if BlueHost is going to
    ever do anything about it. I now have to remember that every time I do
    an upgrade, to change that one item in the wp-settings file. I
    appreciate the comment!
  • ok, I think my comment is gone so apologies if this is a double posting -- I wanted to know whether you'd ever used Intense Debate and could do a comparison between it and Disqus, and if not what's your experience been with Disqus? Any glitches or downtime?
  • I think your initial comment was held for moderation (but I got the email notification so that I could release it).

    To answer your question, I used to use Intense Debate and it worked pretty well for me. But Disqus added some nice features that I wanted to utilize (like Social Media mentions) so I migrated over. I did have some initial migration problem (not due to Disqus but rather some limitations of my hosting provider) but I figured out how to resolve and was able to sync up my comments just fine.

    I have not experienced any downtime or issues (other than the initial install) and the Disqus folks were really great in going above and beyond to help me resolve (including manually installing the missing comments and associating my ID user with my Disqus user).

    It's worth the change in my opinion.
  • uhm, okay is my comment gone or being moderated?
  • I suppose Bluehost will eventually have to do something; already I know of people who are migrating elsewhere.

    different question -- I see you are using Disqus, and checking on the wordpress plugin repository they appear to have added more features since the last time I looked. I'm currently on Intense Debate, but it's giving me headaches and I'm curious if you've ever used ID and would be able to compare the two?
    What's your overall experience with Disqus, any glitches or downtimes or comments disappearing, etc?
blog comments powered by Disqus