Worpress/BBpress Theme upgrade issues
-
HELP!
I’m having issues with my BBpress WordPress installation as of late (since I did a plugin update to 2.1.1) on all pages I get the error:
Warning: get_class() called without object from outside a class in /nfs/c05/h01/mnt/77944/domains/charterproject.ca/html/wp-content/themes/charterprojectbb/functions.php on line 529
I tracked this in the functions file in my theme that controls the WP theme and the BBPress theme.
the code is:
if ( 'bbPress' == get_class( $bbp ) ) {
$bbp->theme_compat->theme = new BBP_Twenty_Ten();
}
endif;I’m not a wiz at PHP so I’m not sure why this causing this error but it does result in the form being quite non-functioning, please help! you can view the site for reference at : http://charterproject.ca
Pez
- You must be logged in to reply to this topic.