• Resolved Jakub

    (@jakubgardner)


    Hello,

    I cant login to my admin account to multisiste WP. Some days ago everything works well, today I maked update using wordpress.com/plugins feature (by jetpack), and try to log in on one of my multisite subpages.. after that I have reauth=1 loop on all pages from this wordpress instalation.

    This is adress returned after attempting to log on:

    https://oop.org.pl/wp-login.php?redirect_to=http%3A%2F%2Foop.org.pl%2Fwp-admin%2F%3Fsucuriscan_lastlogin%3D1&reauth=1

    [Large code excerpt removed by moderator per forum rules. Please use Pastebin or gist.github.com for all large code excerpts. It works better anyway.]

    and my htaccess:

    AuthName "Restricted Area"
    AuthType Basic
    AuthUserFile /home/xxxxxxxxxxxx
    <Files wp-login.php>
    require valid-user
    </Files>
    
    ErrorDocument 401 "Denied"
    ErrorDocument 403 "Denied"
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) oop/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ oop/$2 [L]
    RewriteRule . index.php [L]
    
    </IfModule>
    
    # END WordPress

    I read a lot of material on this problem and none of the solutions did not work … now I restored backup of FTP from yesterday and I do not know what to do next..

    Please help ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Jakub

    (@jakubgardner)

    Large code removed by moderator – here is my wp_config content:
    https://pastebin.com/We3TCXMU

    please help! …lack of access makes paranoid. ??

    The first thing I would do in this situation is rename the plugin directory and see if you can log in. For example rename plugins to plugins.bak

    If that work, I would then try to set the theme to a default. Third I would reinstall WP manually.

    I recommend backing up WP before doing any of the above.

    Thread Starter Jakub

    (@jakubgardner)

    I tried to change plugin directory – no improvement.

    I have the passage theme from themify.me .. this website is too important (and for user is going very well) – if I’ll return to the main theme, and this not solve problem, Then things get worse. ??

    but if there is no other option I’ll try in the night.

    Please tell me which default theme should I upload (I deleted all)?

    I dont see anything wrong with your wp-config.php. You might want to try setting WP_DEBUG for a short time at night to see if anything shows up.

    Thread Starter Jakub

    (@jakubgardner)

    Ok, I did it for the moment ??

    Here are errors displayed on wp-login.php page:

    https://pastebin.com/S0wTRde2

    I have also large debuglog file, but I dont know what to looking for.. or maybe this is enough tip?

    Thread Starter Jakub

    (@jakubgardner)

    OMG I had exceeded the database limit, and after the update by wordpress.com it more expanded .. !!

    Problem solved! I can log in! ??

    Glad you figured it out! If you are using excessive db storage, I would recommend at examining your database tables. I know some plugins store logs in the database which can grow quite large. I believe we were using the redirection plugin and it was using a few GB of database storage!

    Thread Starter Jakub

    (@jakubgardner)

    I’ll check it, but for now I have 53 mb, and the limit was 50 mb, so I think that’s not a problem ??

    thank you for your assistance, greet!

    If someone else has the reauth=1 issue, trying logging in at https://www.yoursite.com/wp-login.php?

    Login at this exact url /wp-login.php?

    This is a very quick fix to get you access to the admin without having to delete all your web browser cookies!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The sudden appearance of "reauth=1" problem’ is closed to new replies.