Info
- 67 posts
- 20 voices
- Started 3 years ago by Sam Bauers
- Latest reply from Ipstenu
- This topic is not a support question
bbPress 0.9.0.4 and 1.0-alpha-5 released
-
- Posted 3 years ago #
See the blog post here:
http://bbpress.org/blog/2009/01/two-new-bbpress-releases/
These both contain security updates, so are recommended for all users.
-
- Posted 3 years ago #
Looking forward to this Sam. Thanks again for the fast updates. Will check it out tonight and report back asap.
-
- Posted 3 years ago #
Upgrading now
-
- Posted 3 years ago #
I just received this error on the install screen just after it tells you it cannot find a config file. I changed my old one to config.old.php (received error) then to bb-config.old.php. (received error)
Fatal error: Call to undefined function backpress_get_option() in /nfs/c03/h04/mnt/57391/domains/willclan4food.net/html/bbpress/bb-includes/backpress/functions.core.php on line 412
I then just had a funny feeling so I just changed the file name back to bb-config.php and when I went to my forums it said I needed a update.. updated and all seems well.
-
- Posted 3 years ago #
When I renamed my old config file, I actually received the same error.
Fatal error: Call to undefined function backpress_get_option() in /forum/bb-includes/backpress/functions.core.php on line 412So I renamed my config file back, visited the forum, and then it prompted me for upgrade.
Is there a specific upgrade page to visit now rather than just hitting the root of the forum?
-------------------------
Sam, it seems this only happens when I upgrade from alpha4 to alpha5. I was running a trunk version, and received no errors and wasn't even prompted to upgrade from trunk to 5. -
- Posted 3 years ago #
Hi, just FYI, I'm getting the same fatal error on a fresh install out of SVN. No previous version of bbPress installed.
Jeff
-
- Posted 3 years ago #
Also, when I register a new user through WordPress as per normal, that user is still not assigned a role in bbPress. Not when they login, not when they hit the forum for the first time. Not ever.
My Steps:
- I used a Chrome browser window to register a new user through WordPress
- Logged in via WordPress
- Hit the forum
- User could not post, looks like has no role
- Logged out via WordPress
- Used FireFox to login as admin to check new user role
- No Role Assigned
- Used Chrome to login through bbPress
- Hit the forum
- User could not post, looks like has no role
- Used Firefox admin to edit Test user
- Received typical error message (noted below)
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /forums/bb-includes/functions.bb-template.php on line 2009Basically it looks like the exact same error message as before, with the same circumstances.
--------------------------------------
Round two using alpha 5 trunk from the SVN went exactly the same way, only this time when I logged in via bbPress, the aboveWarningwent away, but that user is still marked as Inactive by default when they should be a Member according to the role map.
--------------------------------------
When registering through bbPress, the new user still is not assigned a Role on the WordPress side either.
--------------------------------------
Sam, can you explain to me what was supposed to be different in alpha5? Maybe I misunderstood... -
- Posted 3 years ago #
@Jeff: Same problem here.
A little bit frustrating, installing BuddyPress, which needs bbpress. I guess we will have to wait for an fix.
-
- Posted 3 years ago #
@segwayinfo: Last night was supposed to be "Install WPMU, BudyPress and bbPress" night for me. Oh well. :)
-
- Posted 3 years ago #
@johnjamesjacoby, I get the exact same problem. I cannot get a role assigned to my users at all! And it's really frustrating. I create a user in BBPress and no role assigned in WordPress. User created in WordPress and no role assigned in BBPress. I have the exact same problem as you.
-
- Posted 3 years ago #
Helloo,
I upgraded to alpha5 (through svn) and no problem (except the login problem I have since a few releases : I can be logged in WP OR in BBpress but not in both at the same time, if I log in in one I'm logged out on the other..)
-
- Posted 3 years ago #
Installation issue is fixed in trunk. Need some time to debug the auto-role-assignment issues.
-
- Posted 3 years ago #
The upgrade page is generally only triggered when visiting the admin area, and only if the database needs upgrading (i.e. the db version number has changed)
-
- Posted 3 years ago #
The PHP warning is also fixed in trunk.
-
- Posted 3 years ago #
@johnjamesjacoby
Do you have a role mapping setup in bbPress? It should at least work in one direction. Unless I broke it worse with the fix.
-
- Posted 3 years ago #
Yes I do have the role map setup in the bbPress admin area. I also installed the additional role map plugin you made just to see what it was for, and retried these steps with and without it active.
I think this evening I'm going to retest this on stock installs of both to see if any of my plugins are conflicting. I am using the Register Plus plugin on the WP side, so I suppose it's possible it could conflict (as far as I know it uses the stock WP registration and user activation methods to create them though.)
-
- Posted 3 years ago #
About the "backpress_get_option" error : I don't even know if it's the best way, but you can edit functions.core.php and add this :
include "functions.bp-options.php";It works for me :-)
-
- Posted 3 years ago #
I can confirm that the install fatal error issue is fixed in trunk. Thanks Sam!
-
- Posted 3 years ago #
my Wodpress version 2.7
my bbPress version 1.0 Alpha 5
Integrated wordpress. Use wordpress user table.
Example:
User Name : admin then login bbPress.
User Name : hasan then login bbPress.
but
User Name : 123456 then cant login bbpress.
Help me..! -
- Posted 3 years ago #
When you say trunk does that mean its fixed in the download link too?
-
- Posted 3 years ago #
My roles don't get assigned as I mentioned above, only this time I can go into the bbpress admin and change their role where I couldn't do that before.
I get this error: Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/hfw/public_html/forums/bb-includes/functions.bb-template.php on line 2009
But at least, this time, the pull-down works to change the role.
-
- Posted 3 years ago #
Arg! I cannot install bbpress no matter what download link I use. The link for the stable version 0.9.0.4 gives me this error when trying to install:
Warning: cannot yet handle MBCS in html_entity_decode()! in /home3/wifirepo/public_html/wpmatrix/forum/bb-includes/wp-functions.php on line 113
The download link for the unstable 1.0.5 alpha give me a fatal error that is said to be fixed in the "trunk" version, but there is no download link (only reference to an svp - no zip file.
I want to install a working version of bbpress but all attempts have been thwarted.
-
- Posted 3 years ago #
The fatal error is backpress_get_option related ?
-
- Posted 3 years ago #
@wordpressfan
I got the same error Warning: cannot yet handle MBCS in html_entity_decode()! in .../bb-includes/wp-functions.php on line 113
I switch from php4 to php5 and it works fine now. I'm hosted on MT GS.
-
- Posted 3 years ago #
macron: My host (bluehost) is using php 5.2.8.
-
- Posted 3 years ago #
sbouazza: yes, the bbpress 1.0 alpha 5 download link when installed, gives the backpress_get_option error. What is the solution, since there appears to be one?
-
- Posted 3 years ago #
sbouazza: I tried you 'include' trick and it only created more warnings. I guess bbpress is pretty much off-limits until someone comes up with a downloadable that can be successfully installed.
-
- Posted 3 years ago #
wordpressfan, have you added the line above inside the <?php ... ?> tag ? If you have added it at the beginning or the end of the file, then it's normal if you get header related warnings .
-
- Posted 3 years ago #
My bb-includes/backpress/functions.core.php begins with :
<?php include "functions.bp-options.php"; // Last sync [WP9916] ... -
- Posted 3 years ago #
sbouazza: I added the include before the <?php. I'll try as you've outlined.