• Resolved Axel13

    (@axel13)


    On my site WordPress Social Login redirects to the login page when I try to use it. I tried with Google, Facebook and Twitter and both from the main site (using the WSL shortcode) and from the login page.

    Weirdly, however, I do not manage to log out with my network admin account and deactivating WSL doesn’t help.

    So, I wonder, is anyone having problems with WSL & 4.3? Anything similar?
    TY!

    https://www.ads-software.com/plugins/wordpress-social-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same for me. My site was broken completely. I suspect this was the cause, since it was the only plugin not declaring support to 4.3 ??

    Anyone have an alternate suggestion on a plugin?

    Thread Starter Axel13

    (@axel13)

    Thanks for your response, Remedy.

    I just found the problem though. It was something in my .htaccess to remove query parameters.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} !=""
    RewriteCond %{QUERY_STRING} !^p=.*
    RewriteCond %{QUERY_STRING} !^s=.*
    RewriteCond %{REQUEST_URI} !^/wp-admin.*
    RewriteRule ^(.*)$ /$1? [R=301,L]
    </IfModule>

    This also caused the logout problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WSL no longer works since upgrade to 4.3’ is closed to new replies.