Forums

Join
bbPress Support ForumsTroubleshootingLogout and login problems

Info

Logout and login problems

  1. My bbPress installation works perfect, except for that it generates a weird error message when I log in and log out and when I change my user (admin) profile. When I edit my profile, I end up at this page; bbpress/profile.php?id=1&tab=edit.

    This page however gives this message:

    Found
    The document has moved here.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I have tried to integrate my bbPress installation with my WordPress installation. Can anybody help me with this?

    Sincerely,
    Helgetry

  2. Can you tell us what version of PHP, what webserver (apache, IIS, ...) and version?

    Can you provide a link to your site?

  3. I know there was a problem with the links for some people. I might just try the solution found here and see if it works for you:

    http://trac.bbpress.org/ticket/543

    Trent

  4. I have encountered exactly the same problem!
    I have the latest version of bbPress (downloaded only a few hours ago), php version 4.4.4 and apache server.

    Link to my forum: http://www.thecalmingseas.com/forums/

    /Staffan

  5. Btw, all the changes that I make are being saved. If I for instance edit my profile , a "302 found" error page (with the message from the first post) is shown, but if I go back and update the edit page the changes have been saved. The same thing happens when I try to start a new topic, start new/change forums in the admin control panel.

  6. Trying upgrading to version 0.75 of bbpress. That could help.

  7. Staffan, are you using pretty permalinks, mod_rewrite?

    from config.php:
    // Set to true if you want pretty permalinks.
    $bb->mod_rewrite = false;

    what is your setting there?

  8. I updated to 0.75 and that made it work! I thought I had the latest version, but, you know... I didn't.
    Thank you!

  9. You must log in to post.