Search Results for '"wordpress'
-
Search Results
-
I login on my WordPress 2.5 site. Then I go to the BBPress 0.9.1 install which was installed second and setup to be integrated with WP. When I hit BBPress, I have to login again.
Topic: Request: Plug-in Update
On WordPress, the plugin area it will show:
There is a new version of “PLUGIN” available. Download version X.X here or upgrade automatically.
when there is an upgrade.
Can someone make that for BBPress?
A few days ago, out of the blue, users of my bbpress forum reported that submitting a new topic/post resulted in an error. Previously, my bbpress forum was working perfectly. However, over the last few days, I have verified that if you submit a new post or leave a comment, the browser takes you to bb-post.php, where the page hangs. You can verify this on my forum using user “testuser” and password “test123”.
There are a few weird things about this:
- I hadn’t touched the server for some time prior to this sudden problem, so it’s weird that the problem started, since I hadn’t changed anything
- I’ve been running two bbpress forums authenticated against the same WP user table. The problem is only with the first bbpress installation, while the second bbpress installation continues to work with no problems.
- When you post, the browser returns a 500 internal server error, and doesn’t display a “die” message, e.g. “You need to actually submit some content!”
- Although the browser returns a 500 internal server error, the posted content does go through.
I’ve hand-inspected http://boards.weddingbee.com/bb-post.php, and it has exactly the same PHP code as http://classifieds.weddingbee.com/bb-post.php. I’ve tried everything I can think of… I disabled plugins and Akismet, and the problem didn’t go away. (I’ve turned them back on.)
I’m using bbPress 0.83, with bb_db_version 788. I haven’t upgraded to bbPress 0.9.0.2 yet because I’ve integrated my WordPress 2.33 install with two bbPress installs and a Mediawiki install, and it will be a ton of work to reintegrate. However, that is the next step…
Does anybody have any ideas?
Topic: Link to forum from WordPress
Hi,
I just installed bbPress and have it sharing settings with my pre-existing WordPress installation. Everything is great, but I can’t figure out how to add a link form my WordPress to the forums. Is there some easy way that I am overlooking? How about a sidebar widget for WordPress that displays something?
I’ve been looking around this site, but I am confused about the plugins because I am never sure if they are for bbPress only or WordPress and there is nothing on the WordPress extension site.
Any help would be greatly appreciated.
Thanks,
Ted
I’ve been running into cookies issues while trying to integrate bbPress into my existing WPMU site. My WPMU and bbPress installs are located in separate directories on my server (/blogs and /youngadults/forums).
bbPress is currently setup so that when users log into the forums, they are automatically logged into WPMU as well. However, for some reason this is not working the other way around – if I log into WPMU first, I am not logged into bbPress.
Does anyone know of a way to log into bbPress when going through the WPMU login?
I am using the MD5 Insecurity and Mouldy Old Cookies plugins, along with this snippet of code in the bb-config.php file:
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
Topic: Can’t get bbpress to install
I have had bbpress working on my doteasy account, and I decided to reinstall it – probably shouldn’t have
When I contacted them, they informed me that they would try running the script and installing it…and I got this message back
“Hello Antonio,
This script appears to be incompatible with our hosting servers. Please try using a different script.”
“The database failed to install. You may need to replace bbPress with a fresh copy and start again.”
Now here is what happens when I try to install the script.
Your site settings have been saved and we are now ready to complete the installation. So what are you waiting for?
Then when I proceed to the final step I get this error.
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, advancedsupport@doteasy.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.”
At this point, if I refresh the page it goes back to the installer and I get this message ” bbPress Installation
Welcome to the bbPress installer
Step 1 – Database configuration
« completed
Step 2 – WordPress integration (optional)
« skipped
Step 3 – Site settings
Installation complete!
Show installation messages: “
If I then go back to atriskstoriesofhope.com/bbpress it wants to go back through the installation. What should I do?
I figured this out by accident after not finding much in the forums about it, so I thought I’d post it fresh.
In wordpress, we use
<?php bloginfo('template_url'); ?>
to go straight to your template directory (i.e. “http://mysite.com/wp-content/themes/mytheme”).In bbPress, to go yout theme directory (i.e. “http://mysite.com/bb-templates/mytheme”), you use
<?php bb_option('template_uri'); ?>