Search Results for 'bbpress'
-
Search Results
-
Topic: Error on install
I installed bbpress in MySQL5. Install went fine. Now I get the following error when I go to my bbpress url:
Warning: bb_load_template(/home/greenpre/public_html/discussion/bb-templates/kakumei/front-page.php): failed to open stream: Permission denied in /home/greenpre/public_html/discussion/bb-includes/template-functions.php on line 17
Please help.
Thank you!
Larry
Topic: A few Pluggin Questions
First, every time I go to BBpress.org I get happy because you all do amazing work.
I am struggling to set up a few different things on my forum.
The forum can be found on http://www.proveit4cash.com/bbpress
Here are the 2 things I want:
1. Post Counts for each individual (ie. Member has 150 posts) both somewhere in there profile and next to each post.
2. I need help figuring out how to set up restrictions on Forums.
I have 3 forums.
I want 1 to be open to everyone to start threads and to post.
I want 1 to be open to any member to start threads and post
I want 1 to be open to only admin to start threads and only a certain member class to reply.
i have downloaded bbpress and uploaded files to server.
on the first step, where it asks for database name, username and password, the username and password are correctly filled in already. when i manually fill in the db name “forum” i get this error:
“There was a problem connecting to the database you specified.
Please check the settings, then try again.”
I have read through the forums and not found anything that works…
.
I am trying to install on an add-on domain (www.roninbrush.com/forum) and as per other help threads I have tried reinstalling one level up, as well as on the main user domain (guysunderpressure.com). none of which worked
in another thread it said to fill in the db host with something similar to:
mysql.roninbrush.guysunderpressure.com rather than localhost.
this did not work either.
i’m sure i’ve missed something incredibly simple, but it’s beyond me. any help you could give me would be much appreciated.
also listed below are the perl and php connection strings (if that helps at all)
Perl
$dbh = DBI->connect(“DBI:mysql:guysu2_forum:localhost”,
“guysu2_bradford”,”<PASSWORD HERE>”);
PHP
$dbh=mysql_connect (“localhost”, “guysu2_bradford”,
“<PASSWORD HERE>”) or die(‘Cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“guysu2_forum”);
I installed my bbpress and all works fine, but then added a “secret key” to the config.php file after all was installed. It still works fine, but is that OK? Is my secret key doing what it is supposed to?
Topic: Blank Screen
I installed the bbpress today but whenever i try to login, i receive a blank screen and i cant login. Please help me. my forum site is http://www.pimpsymbian.com/pimpforum
I had my WordPress installed by fantastico automatically. Therefore, the AUTH_KEY, SECURE_AUTH_KEY, and LOGGED_IN_KEY were all different. When bbPress asked me for the SECRET_KEY, I put in the key for AUTH_KEY. Now, integration didn’t work. So…I removed all bbPress tables from the database and changed all the KEYS so that they are the same. I tried installed bbPress again and it still didn’t integrate users. The installation of bbPress says that integration works, but in reality, it didn’t. What do I do now?
*By the way, my wordpress is running fine and I’m not willing to unistall it or delete its database.
Topic: stylesheet_directory
Hello,
what is the function for have the theme directory in bbpress, like <?php bloginfo(‘stylesheet_directory’); ?> for wordpress ?
Bye