Whenever someone(Including admins) tries to sign out of the site, we get take to the “Error 404 – page not found” Page, and are still signed in….I have absolutely no idea why this could be happening.
Hey James!
What happens when the default theme is activated? Have you tried deactivating all plugins?
Best regards,
Elliott
Having the same problem. Made a child theme ( see the how-to here) and then added this code
//sends the user to $url - in this case '/forums/'
function rw_logout ($redirect_to) {
$url='/forums/' ;
$redirect_to = '<a href="' . wp_logout_url( $url ) . '" class="button logout-link">' . esc_html__( 'Log Out', 'bbpress' ) . '</a>' ;
return $redirect_to ;
}
add_filter ('bbp_get_logout_link', 'rw_logout') ;
as proposed here but it didn’t work.
Disabling and re-enabling the plugins seems to have fixed the problem itself…NOW I can’t post comments to the site, just me, no one else is having this problem, when I disable all the plugins, I can comment again.
I swear, I must have opened Pandora’s box at some point, it’s one thing after another lately.
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
I figured it out…Akismet is marking my comments as spam…Just me…Noboby Else…Best Plugin Ever right here.