• I successfully upgraded http://www.heymarci.com to the newest version of WordPress. Everything was working fine until an hour ago — now the site comes up blank (no message, just a blank page).

    How do I troubleshoot this? The only thing I was confused about with the upgrade was whether or not to replace the wp-config.php file. I didn’t last night, and it seemed to be fine. Now that it’s been down, I tried using a new wp-config.php file that includes the NOCE key (the additional fourth key). But that didn’t seem to do anything so I changed it back.

    Please help!

    Vanessa

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vancarr

    (@vancarr)

    I realized all the internal pages work — just the homepage is down (eg http://www.heymarci.com/about). I suspect this is an .htaccess file issue? Not sure what to do. I tried reverting to default permalinks, but no success.

    Thanks for your help.

    Vanessa

    Thread Starter vancarr

    (@vancarr)

    Here is how the .htaccess code reads:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I am having the same issue. Can anyone help? Vancarr, did you ever get this resolved?

    I can log into admin. I can see all my posts. No joy on the front page though. It is just blank. Help!

    1st thing I would do is delete the .htaccess in wordpress root
    test if site works
    regenerate the .htaccess
    admin – settings – permalinks

    if this is not it – one of your plugins is likely conflicting
    deactivate one by one until you find it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site down 12 hours after successful upgrade — help!’ is closed to new replies.