Support » Fixing WordPress » Can't access my admin page after automatic 4.1.2 upgrade

Viewing 10 replies - 1 through 10 (of 10 total)
  • I’m having the same problem. Except my whole website is white.

    I have also been notified yesterday that I was updated automatically to 4.1.2 and now I can’t login. I spent several hours on this yesterday with no results. I’m not a WordPress whiz, I just want to sell soap. It seems there are a lot of threads about this same thing. I tried logging in with a different browser and I deactivated plugins in phpmyadmin. I cleaned my cache. Still no luck. What else can i do? I had just had this installed a few days ago and didn’t even have the WP part live yet.

    http://poorridgeranch.com/soap/wp-login.php?redirect_to=http%3A%2F%2Fpoorridgeranch.com%2Fsoap%2Fwp-admin%2F&reauth=1

    Thanks, but I don’t have 4.2, I have 4.1.2 and I even tried to have godaddy restore back to 4.1.1 which was working.

    Same concepts apply to any new version. You’ll need to deactivate plugins manually using FTP or Cpanel to access your site files on the server – and renaming the plugins folder to plugins.HOLD

    I figured it out. Simple brain fart for this old lady. Apparently I was confusing wordpress password with the database password. Duh….

    Its hard to restore to 4.11 as WP updates instantly.

    I had the same issue, still suffering and i’m currently locked to WP4.1.1

    Heres the fix…

    get your backup of 4.1.1. site and edit the wp-config.php file, add this at the end

    define( ‘WP_AUTO_UPDATE_CORE’, false );

    that will block the update from happening on restore

    then you can restore your site and it should be ok running in the working 4.1.1 like mine are.

    next you need to install an update control plugin so you are in control of things, block all updates then remove that line from your wp-config file.

    then setup a subdomain test site which is a mirror copy of your main site, apply all updates here first – if it fails like 4.1.2 and 4.2 have then you lose nothing, just reinstall the test site for future tests.

    easy peasy once you know, took me a week with three sites down to discover it though

    good luck

    edit – i was typing when you figured it out, might come in useful though 🙂

    Thread Starter olumit

    (@olumit)

    As you said, wp updates automatically. Thing is I don’t have a backup of the 4.1.1

    Is there an alternative fix?

    Is there an alternative fix?

    Yes, VERY likely that your site is fixable by deactivating your plugins to start with – you will need to use FTP or Cpanel to access your site files on the server to rename your plugins folder:

    wp-content
        plugins.HOLD

    IF you don’t know how to login to your site that way, ask your hosting company for help with that.

    Hi, can you help me? I can’t access to my appearance menu. It just disappeared.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can't access my admin page after automatic 4.1.2 upgrade’ is closed to new replies.