Skip to:
Content
Pages
Categories
Search
Top
Bottom

Strange error on post

Published on August 23rd, 2008 by outchy

I have a band messageboard that’s worked flawlessly for a year now… but when I tried posting myself just now, it didn’t appear on the board. When I checked the dashboard, this is what it said for the latest post:

Post on
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND meta_key='views'' at line 1]
SELECT meta_value FROM bb_topicmeta WHERE topic_id = AND meta_key='views'
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'views', )' at line 1]
INSERT INTO bb_topicmeta ( meta_id, topic_id, meta_key, meta_value) VALUES ( NULL , , 'views', )
Gavin DeGraw by neddi.

Any idea what’s going on? I’ve never seen this before… and I think I’m the only one with access to the backend.

Cookies of WordPress for BBPress

Published on August 23rd, 2008 by

Hello,

I just managed uploading and installing BBPress in a subdirectory of WordPress. Everything works just fine, and when you sign up on WordPress, you will also be able to log in with that account on BBPress, but there’s one problem:

When you log in on WordPress, and you go to BBPress, you have to log in again. So, members have to sign in 2 times, on the same account, one time for WordPress and one time on BBPress.

I’m running WordPress 2.6. In wp-config.php there was no SECRET_KEY. There was an AUTH_KEY and a SECURE_AUTH_KEY, but there was a BB_SECRET_KEY in bb-config.php. So, what should I do in wp-config.php?

I tried to define SECRET_KEY myself, but that didn’t work. The ‘code’ in SECRET_KEY in wp-config.php is the same as BB_SECRET_KEY in bb-config.php, but it still doesn’t work.

I hope it’s a little clear what my problem is.

Thanks,

Ramy

In which File or table are WordPress Integration infos ?

Published on August 23rd, 2008 by orizine

Just to explain why :D i’ve made a new installation, but i’ve made a mistake in the Prefixe db of my WP installation, and i would like to modify it is it possible?

impossible to include bbpress in other systems?

Published on August 23rd, 2008 by

how can i include bbpress in another system? the scope issues are confusing me.

Fatal error: Call to a member function get_results() on a non-object in bb-includes/functions.php on line 1761

TEST.PHP:

<?php

bb_load();

function bb_load()

{

global $bb, $bbdb, $bb_current_user, $page, $bb_cache, $posts, $bb_post, $post_id, $topics, $topic, $topic_id, $forums, $forum, $forum_id, $tags, $tag, $tag_name, $user, $user_id, $view, $bb_roles, $bb_table_prefix, $bb_locale, $bb_timestart, $timeend; #….???

require(‘./bb-load.php’);

}

?>

can’t add topic

Published on August 22nd, 2008 by

I just installed alpha and not i can’t seem to add new topics from my forum. tried it in different themes and it’s all the same…any ideas? thanks

see: greenprophet.com/exegesis

bbsync broken – plugin like it? BB 1.0

Published on August 22nd, 2008 by

As per title, bbsync is now dead with the 1.0 release, is there a working plugin with roughly the same features?

When I go to publish the post(does not matter if I have set it to post to it or not)

Fatal error: Call to a member function on a non-object in /bbpress/bb-includes/functions.php on line 20

Cannot get bbpress 1.0 + WPMU 2.6 installed

Published on August 22nd, 2008 by geekymom

I’ve tried this a number of times. I can get bbpress 1.0 alpha installed on a test server without wordpress integration. When I move to another server, I’ve run into a number of problems. They aren’t the same problems every time, which is driving me crazy.

The most common problem I have is at some point during the installation process, I get a “The page isn’t redirecting properly” error. I get this most often at the very last stage of installation, but I’ve also gotten it after the first step. The last time I got this error at the last stage, I received a chmod and a could not modify headers error.

The current page is at http://forums.brynmawr.edu

I’m guessing we could have an error with our web server. I’m not a sys admin, so I’m not entirely sure where to check. Any ideas that I can pass on to our sys admin would be most appreciated.

Listing forums

Published on August 22nd, 2008 by

Hi, I’m trying to list my forums in the sidebar of my theme. I cut and pasted form the front-page but it disappears. I know this is a pretty basic thing but I’d really appreciate a point in the right direction.

Thanks!

Subforums of needed forum

Published on August 22nd, 2008 by

Hi, how to list subforums of needed forum on the front page?

Too many homepage queries

Published on August 22nd, 2008 by

I’m pretty sure that there are too many queries running on my homepage:

If you like showing off the fact that your server rocks,

1.463 – 155 queries

What are the common things that increase the number of queries, and how can I reduce that number – I’m pretty sure it’s killing MySQL on my server when it gets overloaded.

Thanks,

Skip to toolbar