Do you have access to server logs? If you’re getting a blank screen, it’s probably a 500 Internal Server Error. Maybe there’s a problem with one of your WordPress templates.
no.. its not a wp blog. it’s my own site completed coded by me…
is there any way??
or if can i know about the type of encryption wordpress is using for encrypting the password. I am having the wordpress software , but unable to debug all the pages……
I guess your website is not the WP blog?
No, I can access the admin of the blog, and I can access the forum. But the blog pages/posts all comes up as a blank screen.
Hi, Am new to this site and hope am posting this query in right place.
I recently downloaded bbpress forum software . The integration was successfull with wordpress . But I want the users in my website to access the forum without need of registering in it again.
I dint find any means of achieving this. Can anyone help…
I tried changing the forum code., but i think it is not a good idea.
CHeeRS,
sowmithrii
My bbPress is non-English forum name.When user register from my forum. The password mail title not display correct my forum name.How to fix it? Thanks!
So, you can access the forum and the blog? Is everything back to normal?
It’s not possible now, I don’t think. I don’t know if it will be possible in the future.
I did a search around the forum and I couldn’t see an easy way to embed bbPress within a WordPress page.
Is this gonna be possible in future releases?
Thanks,
I think I’m asking for theme integration.
I have seen other WordPress forums where you create a page, insert a one line HTML(?) code, and the forum will appear in that page. I was wondering if something similar can be done with bbPress, so that I can make it appear within my theme, here. Thanks,
Another note, the Internal Server Error yesterday was fixed by correcting the .htaccess file.
At present it reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Oh wow, I am able to get into my wordpress admin.
Yes, wp-config.php is on the root, bb-config.php is off the root in a /bbpress folder.
Other than opening the wp.config.php to check on secret keys and all that, I haven’t done anything with it.
Yesterday, I did move the wordpress install to the root. I had worked out all the kinks though, and everything was working well. I did have an Internal Server Error for awhile though, but that was fixed. It was discussed here, https://wordpress.org/support/topic/205960?replies=13#post-862375
I looked at the error.log. I’m assuming it notes military time. There were some files not found this morning as I’d expect. Nothing from this afternoon.
Thanks for the speedy reply. I appreciate it.
What does your directory structure look like? Where did you put bbPress, and where is WordPress? Does it look like this:
/var/www/htdocs/wordpress/wp-config.php
/var/www/htdocs/wordpress/bbpress/bb-config.php
Did you modify the wp-config.php file at all? Do you have access to error logs? A blank screen is likely a 500 Internal Server Error.
If you can’t see the sites, you have bigger problems than just integrated logins. You should be able to view the WordPress site and the bbPress forum without logging in.
I was just about finished integrating bbpress with our wordpress installation. I had not called up the wordpress site during most of this process. When I did try to call it up, a white screen came up, no error messages, nothing, just white.
It had just been working fine before I began installing bbpress, but I had just gotten locked out of login (again) and followed these instructions: “To fix bbpress, you need phpmyadmin or a similar tool. Login, go to your bbpress database. Not certain what it’s like on 0.9, but you probably need to go to the bb_topicmeta table and perform a search (or browse through) to find a record where the meta_key is wp_table_prefix. Try deleting that record. Without that setting I think bb would look for its own users again. ” http://bbpress.org/forums/topic/doing-integration-cant-login-in-bbpress
Not sure if that’s what broke the wordpress installation. What should I try? Should I go back into phpMyAdmin and try to add that record back in? Should I just uninstall bbpress and start over again?
Yes, it’s pretty friendly, especially with Permalinks on. Are there specific concerns you’re trying to address?
There are also a couple SEO plugins for bbPress floating around if you’d like to make it even better.
https://bbpress.org/forums/topic/if-bbpress-had-seo-plugin-like-wordpress
Dear all,
is BBPress is SEO friendly..
please explain…
thanks,
phani
Thanks!
Should I create the config file and then go through the install process?
Is this a standalone bbPress or integrated with WordPress?
We aren’t including Snoopy, only WP_Http (which is only around 24k of code if you discount the comments)
The cron job is triggered by pageviews and then only if there are jobs to run.
So on a visit to the site, the cron job list is checked (just an option in the meta table) then if there is something there to do, bbPress sends an HTTP request to itself, which the user doesn’t need to wait for.
1.0 will include XML-RPC for all bbPress content.
It would be quite easy to create a plugin for WordPress which fetches content via XML-RPC and turns it into an array.
@hempsworth
You need to add the same SALT and KEY settings in bbPress config file…
define('BB_AUTH_KEY', '');
define('BB_AUTH_SALT', '');
define('BB_SECURE_AUTH_KEY', '');
define('BB_SECURE_AUTH_SALT', '');
define('BB_LOGGED_IN_KEY', '');
define('BB_LOGGED_IN_SALT', '');
.
Of course you need to actually set values in them to match your WPMU install.
apache friends = xampp = awesome
1 minute fully configured install plus you can turn on some other options like eaccelerator if you want later
Only thing I’d recommend differently than I did if you have the extra disk space is the full install instead of the lite install because the lite install can’t be (easily) upgraded.
Hi,
What is the best software to install on a pc to be used at home to develope on I have found http://www.apachefriends.org which has php and mysql built in or is there another way. This is easy as it installs everything.
Thanks
ithb.co.uk