Need Wordpress Expert: Can no longer logout

Status
Not open for further replies.

Loadzz

Regular Member
Joined
Jun 28, 2014
Messages
295
Reaction score
49
Hello,

I?m having an issue with ?=action URLs, I discovered it when trying to log out after updating my theme and Wordpress to the latest version.

When i click ?logout? the Url changes to this: [website url]/wp-login.php?action=logout&_wpnonce=[logoutcode]

And comes up with a blank page.

[website url]/wp-login.php?loggedout=true - no longer works

When going back to my site to see if i?m logged out, i?m still logged in ? it hasn?t worked.

Any fixes for this? Or any Wordpress experts i can hire to fix this?


Thanks!
 
In top of your functions.php, after <?php starts, write the following line:

Code:
ob_start();

Let me know if that works.
 
Hello Gogol!

I figured out it's to do with the theme i'm using - but it never used to do this?

I tried your method and it's not working :/

I've contacted the dev's of the theme but no response yet.
 
Try switching on the error reporting.
 
If you have any cache plugin installed, just disable it and try logging out.
 
I was facing the same issue few days back but I used incognito window and disabled and enable all plugins and it worked well for me.
 
Last edited:
Another common problem is the white spaces/extra lines after the "?>" in files like function.php, header and footer. You could try removing them.
 
If you have any cache plugin installed, just disable it and try logging out.

Hello qrazy, i've tried this and the problem is still there :/

Thanks for the feedback though :)
 
I was facing the same issue few days back but I used incognito window and disabled and enable all plugins and it worked well for me.

Will try this now, thanks for the feedback
smile.png
 
Another common problem is the white spaces/extra lines after the "?>" in files like function.php, header and footer. You could try removing them.

Will check this out now, thank you :)
 
Hello,

I'm having an issue with ?=action URLs, I discovered it when trying to log out after updating my theme and Wordpress to the latest version.

When i click ‘logout' the Url changes to this: [website url]/wp-login.php?action=logout&_wpnonce=[logoutcode]

And comes up with a blank page.

[website url]/wp-login.php?loggedout=true - no longer works

When going back to my site to see if i'm logged out, i'm still logged in - it hasn't worked.

Any fixes for this? Or any Wordpress experts i can hire to fix this?


Thanks!

Hi,

Pm me with the detail if you are still stuck in it.

Thanks
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top