Search Results for 'bbpress'
-
Search Results
-
Topic: php fail.
Damnit, I was so looking forward to using bbpress. Im a big fan of wordpress, and I love that its so simple to mod. but there seems to be some problems with this board, and I can figure it out.
On the wery first page when installing, I get this messege;
Warning: Invalid argument supplied for foreach() in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-settings.php on line 169
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-admin/install.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/functions.php on line 1910
Im able to install just fine, but when I try to log in, I get this;
Warning: Invalid argument supplied for foreach() in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-settings.php on line 169
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /customers/cobain.dk/cobain.dk/httpd.www/bbpress/config.php:1) in /customers/cobain.dk/cobain.dk/httpd.www/bbpress/bb-includes/pluggable.php on line 164
Im lost when it comes to php, and its seems from this board, that there have been thiis problem for quite a wile, 6 month now. goodbuy bbpress, hello minibb??
The forum is located on http://www.cobain.dk/bbpress
‘
PHP5
The server has “PHP – Register globals” set to OFF
bbPress and WordPress have different table prefixes
bb_forums
bb_posts
bb_tagged
bb_tags
bb_topicmeta
bb_topics
bb_usermeta
bb_users
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_users
Topic: Importing data from YABB
Hi
I have installed bbpress at http://www.forums.mbapursuit.com , Earlier I was using YABB. Is there any way to import all the yabb data such as users, pots and categories from my YABB forum to BBpress.
Thank You
Dheeraj Singh
The past couple weeks, I have noticed that nearly every time I access the forums here at http://bbpress.org/forums/ I need to log in. It didn’t used to be like that. It seemed like the cookie lasted for months.
When I look at the cookies after logging in here, I have two bb_org session cookies, plus:
name:
bb_org_user
value:
chrishajer
There is no
bb_org_pass
cookie.When I look at cookies for a non-integrated 0.8.3.1 install, I see:
name:
bb_user_838717f68fe05f4ed4c22bc08ae180c8
value:
chrishajer
name:
bb_pass_838717f68fe05f4ed4c22bc08ae180c8
value:
6429e15ef02ba9f2d7a89cab0ed845a4
(values slightly obfuscated)
Any idea what’s going on? It’s no problem to just log in again, but it wasn’t like that before, and I don’t think it’s intended to work like this.
I cleared all the domain cookies and logged in again, but the cookies are the same. Anyone else seeing the same thing? BTW, using Firefox 2.0.0.12 on Windows XP.
Topic: Thanks chrishajer and _ck_
I just wanted to take a second to acknowledge a couple of people who have been doing some real heavy lifting around here to keep everyone up and running with bbPress.
chrishajer and _ck_ have been super-vigilant helping all-comers on the forums in the past few months and I just wanted to publicly thank them for the time they have volunteered helping to grow the bbPress community.
Thanks guys!
Topic: empty site
I installed bbpress today, and the installation worked out great.
After installing, I went on to log in using my new password. then came up an empty site, all white.
I then uninstalled it and deleted the db, I reinstalled it, and the same thing happened?!
I cant quite fugure out whats wrong.
Heya,
i’ve installed a wordpress plugin for avatars which is integrated into my wordpress by the following code:
<?php if(function_exists(cmd_show_avatar)) cmd_show_avatar(avatar); ?>
Is there any possibility to embed this code into my bbpress just for showing the wordpress avatar (because of saying my bbpress to require wp-blog-header in the config.php)?
Hey guys,
i’d love to integrate my bbpress ( http://www.stereopoly.de/forum ) into my wordpress ( http://www.stereopoly.de ), but when saying to fetch the wp-blog-header (even when taking an absolute link, my bbpress is completely giving up its job and says
Failed opening required ‘http://www.stereopoly.de/wp-blog-header.php’
this is what my bbpress’ config.php last lines look like:
/* Stop editing */
if ( !defined('BBPATH') )
define('BBPATH', dirname(__FILE__) . '/' );
require_once( 'http://www.stereopoly.de/wp-config.php' );
require_once( 'http://www.stereopoly.de/wp-blog-header.php' );
require_once( BBPATH . 'bb-settings.php' );
?>can anyone please help!?
Hey guys,
i’ve just installed a wordpress plugin makin it possible to upload a user avatar. the plugin is based on based on DanĀ“s Avatar plugin and was modified by clope.
look at the comment of a user called julius in this wordpress-post: http://www.stereopoly.de/die-evolution-der-nintendo-helden/#comments
Is it possible to easily embed a freaky code to my bbpress (http://www.stereopoly.de/forum) showing the avatar? PLEEEASE HELP!!!
Hi, iam Using bbPress with a WordPressinstallation. My WP install is in:
/blog/
and my bbPress in:
/blog/forum/
If I now log in in my WP with IE and go to the Forums all is fine. But if I do the same with FireFox I have to login again.
I’am using WordPress Plugin bbpress Integration and the WordPress Integration Plugin for bbPress. Did i made something wrong?
thanks,
Jan
Edit: If I’am logged in and go to the register.php with FireFox he mean that Iam already logged in… confusing…
Edit#2: If I log out in bbPress my Iam logged out in WP too…