Forums

Join
bbPress Support ForumsInstallationError on click :(

Info

Error on click :(

  1. I've just installed the last version of bbpress on last version of wordpress, its all ok but, when I click on "view your profile" or other links the result is: "Not Found The requested URL /forum/profile/1 was not found on this server."

    Why?

    Many Thanks

  2. Sounds like you are using pretty permalinks but your server does not support them.

    Try setting $bb->mod_rewrite = false; in your config.php and see if it works then.

    If that works, then you can try figuring out if your server does support mod_rewrite or multiviews. But first try disabling pretty permalinks and see if your forum works.

  3. yeees! With "false" it works!!!

  4. You must log in to post.