Warning: array_key_exists() in functions-bb-template.php
-
Hi there i just installed bbpress 1.0-alpha with wordpress 2.7 everything went great untill i started creating useres.
If you go under admin to the user edit profile page i get this error under user type
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Key Master
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Administrator
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Moderator
Warning:array_key_exists() [function.array-key-exists]: the second argument should be an array or an object in functions-bb-template.php on line 2021 >Member
and so on for all user types
this is what i got from line 2021 in functions-bb-template.php
<option value=”<?php echo $r; ?>”<?php if ( array_key_exists($r, $user->capabilities) ) echo ‘ selected=”selected”‘; ?>><?php echo $n; ?></option>
with this error only admin can post comments all other users i guess dont have a type assigned because of this error
wordpress and bbpress our using the same data base, i can login to wordpress and go to bbpress and still be loged in so i know that part works just something with transferring the user type is not working.
Any help would be greatly appreciated
- You must be logged in to reply to this topic.