Forums

Join
bbPress Support ForumsInstallationWhat happened?

Info

What happened?

  1. Hi guys ... I have wordpress up and running on my site, but I tried to get bbpress working, but something isn't quite right I think. Am I doing something wrong? You can check it out at rigelastronomy.com/bbpress ... thanks! I'm new to bbpress, but love wordpress :)

  2. A couple of things:

    1) You didn't configure the config.php file correctly and that's why the site has no CSS: http://my-cool-forums.example.com/bb-admin/install.css should be http://rigelastronomy.com/bb-admin/install.css

    2) You need to actually run the installer, much like WordPress

  3. I got it all working, but now when I try and click on a link, I get an error that says The requested URL /bbpress/topic/1 was not found on this server ... is this a permalink problem? If so, how do I get rid of them? Thanks agaain!

  4. Turn off permalinks in the config.php file

    $bb->mod_rewrite = false

    Or add the appropriate entries to your .htaccess file as described here

  5. You must log in to post.