Search Results for '"wordpress'
-
Search Results
-
Hello fellow bbPress admins!
I have wordpress and bbPress installed on a Mac OX Leopard server running PHP Version 5.2.6 (Safe Mode Off) and am having problems activating bbPress themes and plug-ins. Mind you everything else is working fine as well as WordPress which is working perfectly, but in bbPress I get the following errors:
Your attempt to switch themes has failed.
Please try again.
In the case of Plug-in’s I get
Your attempt to do this has failed.
Please try again.
In terms of Troubleshooting I have:
1. Tried the Akismet and Bozo plugins and the two default theme(s) included by themselves and I cannot switch between the two default themes nor activate the default plug-in’s.
2. Tried each plug-in individually. None will activate.
3. Tried adding the underscore (_) to the name to force the loading, they still wont work, but the show up as “Automatically Activated”.
Heck, I even Added the .htacesss rules for name friendly urls, did not help.
My questions are, do I need to set anything up differently for bbPress Plugins and Themes an two is there an error log for bbPress that I can view to try and sort out?
Is this a known issue on unix/linux variants?
Thank You in advance for your help
The forum is located in a subdirectory of the WP blog; bbpress/
I`ve enabled the bbpress plugin in WordPress
Ive added the lines to WP config and the BBpress lines to bb`s config
It just doesnt seem to be working
Have the same problem since 0.9.x
A bit of help is appreciated!
Okay, I’ve installed WP 2.8 (beta1) and bbPress RC1. It appears to be integrated together. Except the obvious: my wordpress site has no link for my visitors to click on to go to the bbPress forum. Should I create a “page” which (somehow?) redirects to the bbPress forum? i.e. so that it appears in the middle column of my WP theme?
Thanks,
~Andrew~
// I tried posting this to my original thread “Missing form field ‘user database password’ during installation” but your system said the topic had been closed (?). Nor could I edit my original posting//
Further…after I tried to proceed, it showed an error (that it could not connect to the database…which you’d expect given that it didn’t have the password). However, after going back to the step 2 page, it showed a condensed version of the page, with tick marks in the various check boxes – the only way to see the data I had entered before was to untick each box and then put the tick back into each.
~Andrew~
Original posting from other thread:
Hi,
I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).
~Andrew~
Hi,
I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).
~Andrew~
Topic: Site Wide Login
i have installed bbpress in the root directory itself! now the problem is i want a user to login from a different page say index2.php and before getting redirected to the forum’s mainpage i.e index.php he should be redirected to index3.php. All the 3 index pages are in the root directory itself.
Basically i need a login box on the mainpage of the website and then after being logged in the user should be redirected to the backend of the website! Not the forum mainpage. The forums have been installed in the root directory so as to overcome the problem of bbpress not being able to share cookies over sub directories apart from wordpress! I use the database of the bbpress itself still haven’t got any success!
Hoping for a quick response!
Thanks!
Vipul
I’ve just synced cookies on bbPress 0.9.04 and WordPressMU for the second time. I’ve read a few places that it doesn’t work or is difficult, so I wanted to share my solution. It’s really very easy. I wrote it up in a blog post:
http://www.callum-macdonald.com/2009/05/17/bbpress-09-and-wordpressmu-27/
It was remarkably simple (at least to me) to get it all working. Summary of steps:
1) Set all _KEY values to the same in WordPress and copy to bbPress.
2) Repeat for _SALT values.
3) Set COOKIE_DOMAIN and COOKIE_PATH
4) Settings > WordPress Integration > Show manual config settings, copy into bb-config.php.
5) From 4, change the authcookie value to wordpress_logged_in_
Step 5 won’t work exactly on WordPress standalone because it uses a hash in the cookie name. You can probably check the WordPress cookie in your browser and set it manually. Or maybe it’ll “just work”.
Then I whipped up a plugin to set / unset the other 2 WordPress cookies on bbPress login / out. It only works for WPMU right now. Somebody could probably improve it to work for WordPress. Code here:
http://www.callum-macdonald.com/download/wpmu-cookies.php-0.1.zip
This might be useful to somebody…