• Resolved y4nux

    (@y4nux)


    Since auto-update 4.9.5, i have one redirect loop on wp-admin.

    Howdy! Your site at http://****.com has been updated automatically to WordPress 4.9.5.

    I try to disable my plugins and themes via FTP but no success.

    This is my .htaccess configuration :

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

    Can anyone suggest a way to fix this?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello, y4nux, & welcome. Could you please provide your site url?

    Hi @y4nux.,

    Try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.
    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thanks

    Thread Starter y4nux

    (@y4nux)

    Thank you for reply 🙂

    @rajanit2000, i just tried but no success…

    My URL : http://badminton.uscreteil.com/wp-admin

    When i delete the .htaccess file, i have this following error :

    Parse error: syntax error, unexpected T_STRING in /home/uscretei/www/am/badminton/wp-includes/load.php on line 1095

    Load.php (line 1095)
    function is_wp_error( $thing ) {
    return ( $thing instanceof WP_Error );

    And my .htaccess file :
    SetEnv PHP_VER 5_3
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Do you have other ideas ?

    y4nux, the first line in your .htaccess file says to set your PHP version to 5.3. Support has ended for it a very long time ago. Please upgrade your PHP version or have your hosting provider to so for you & see if it resolves some of your difficulties. Thank you for providing your site url.

    Also, y4nux, where do you have your subdomain pointing to in your hosting provider’s control panel?

    Thread Starter y4nux

    (@y4nux)

    Hi @abletec

    except the update nothing has changed…

    I just made the change, it’s now on PHP version 5.6

    SetEnv PHP_VER 5_6
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I put the previous version 5.3 of PHP to run the plugin BackWPup, he is now disable.

    BackWPup requires PHP version 5.3 with spl extension or greater and WordPress 3.9 or greater.

    Thread Starter y4nux

    (@y4nux)

    When i try forgotten password, i have this message :

    Impossible d’enregistrer la clé de mise à zéro du mot de passe dans la base de données
    Could not save password reset key in the database.

    y4nux, it appears to be working now, actually. If it isn’t for you, then please clear your browser cache & try again.

    Thread Starter y4nux

    (@y4nux)

    No is not working !!^^

    Hi there, I am actually facing similar issue, some links cause redirect loop to admin after update to WP 4.9.5. I have not done any other change today, just updated WP version.

    Update: I just found solution, wp-login.php file of 4.9.5 version is an issue, copy wp-login.php from 4.9.4 (https://ww.wp.xz.cn/download/release-archive/) and you should be fine;-)

    • This reply was modified 8 years, 2 months ago by lukasklokan.
    Thread Starter y4nux

    (@y4nux)

    thanks for reply @lukasklokan

    but it still not working for me…

    When i try “forgotten password”, i have this message :
    -> Could not save password reset key in the database

    Thread Starter y4nux

    (@y4nux)

    Problem solved, database full…

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘4.9.5 Update – redirect loop wp-admin’ is closed to new replies.