Forum Replies Created
-
I tried making the group completely public and private: didn’t work.
tried reinstalling it on the buddypress side: bb-config is in place and correct, but this time the topic and the post didn’t get posted. When I integrated it with an existing bbpress installation: I could read and post topics from buddypress: the problem was that while I could post topics, the post didn’t go through and it said that I had 0 posts in the topic.
bump
I had the same error:
I changed line 1589 (or somewhere around there) in wp-db.php from `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_get_server_info( $this->dbh ));` to `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_query(“select version() as $this->dbh”) );`, and that error stopped. Try doing that
bump
some more info:
I tried installing bbpress separately and linking that to buddypress. This time, the topics I post show up, but If I post them through buddypress, it says that there are zero posts in the topic (it doesn’t matter if I view them through buddypress or bbpress, it still says the same thing). what’s wrong?
bump, with more info.
I had followed up on a idea from searching the web, and that was I should “Go to: phpmyadmin > yourdatabase > wp_bp_groups_groupmeta and Find the group you’re attempting to post to and then delete the forum_id value.”
The post is 8 months old, but I tried that, and the table and the forum id doesn’t exist. However, I looked around the database, and there was no reference between groups and forums on the database. What I mean is that in the tables that groups use and the tables that forums use, there is no reference to what group the forum or topic is in, and the group has no forum assigned to it. That’s the problem. There is no conection between groups and forums in the database.
I tried deleting all of the tables that belong to buddypress and reinstaling buddypress, but the problem is the same. So what should I do? Is there some sort of super reinstal that I need to do? Or should I add a forum_id field to the group table? Please help me out here, I will be trying things and trying to get it work. I will post any results in this topic.
I don’t think the problem is any of the plugins, but buddypress itself. I would file a bug, but I have no idea what is causing it. People, please give us a little bit of help here. This problem is driving us mad, and I have been searching on the forums and finding nothing.
sorry
1. Which version of WP/MU are you running?
wordpress 3.0.12. Did you install WP/MU as a directory or subdomain install?
3. If a directory install, is it in root or in a subdirectory?
the directory that I installed it in is: mysite.com/site/wordpress4. Did you upgraded from a previous version of WP/MU? If so, from which version?
no, this is a clean install5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
yes6. Which version of BP are you running?
buddypress 1.2.5.27. Did you upgraded from a previous version of BP? If so, from which version?
no8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Akismet, BuddyPress Moderation, and Register Plus. I tried deactivating them to no avail.9. Are you using the standard BuddyPress themes or customized themes?
the standard bp theme with a different header image10. Have you modified the core files in any way?
Yes. Before this I was getting an error because of mysql_get_server_info on wp-db.com, so I changed line 1589 (or somewhere around there from `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_get_server_info( $this->dbh ));` to `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_query(“select version() as $this->dbh”) );`, and that error stopped.11. Do you have any custom functions in bp-custom.php?
no12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
it came with bbpress build in.13. Please provide a list of any errors in your server’s log files.
couldn’t find those: I will keep on looking though.14. Which company provides your hosting?
000webhost.com15. Is your server running Windows, or if Linux; Apache, nginx or something else?
linux with apache 2.0Thank you for your help.
bump. Please help