Search Results for '"wordpress'
-
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
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…