Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,628
- Themes
- 10,432
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
Also, can you get phpinfo() for your server? Just put this into a file and call it up in a browser:
<?php
phpinfo();
?>
If you save that as a file called info.php, you can load in your browser at http://www.example.com/info.php or http://www.example.com/bbpress/info.php depending on where you installed it.