Forum Replies Created
-
Attempted to install BP Member Map 1.1 plugin at http://www.usanfransocialmediaclub.org
Received Error:
“The page at http://usanfransocialmediaclub.org says:This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/”
Regenerated new Google Maps API Key and updated settings. Still no luck?
http://usanfransocialmediaclub.org/members/admin/profile/
Thanks Advance
Woo Hoo! Thank you for everyones help : @JJJ and @Rohan
http://www.wpmeetups.com/forums/
Fully Integrated with the following:
1) 2.8.1 WPMU (latest trunk – 1867)
2) BuddyPress 1.1
3) bbPress 1.01 (latest trunk – 1361)
4) BuddyBar 1.03
5) Modification of of two core files
a) wpmu-functions.php b) capabilities.php
Thanks Again
@Rohan Thanks for the help with the modification of the two core files:
1) wpmu-functions.php
2) capabilities.php
No longer receiving a ‘white screen; however I do not see the Buddy Bar?
http://www.wpmeetups.com/forums
Any idea? I thinking I left something out?
I completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct (__construct)
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct (__construct)
Ugh… I hope this is fixed soon.
I completed installation of the following
WPMU 2.8.1, (trunk 1867)
BuddyPress 1.1
bbpress 1.01, (trunk 2311)
BuddyBar 1.0.3
Site:
http://www.wpmeetups.com/forums/
Integration has been successfully set-up between Forums and BuddyPress Group Forums.
Problem: Insertion of the following in bb-config.php: (generates a white screen)
<php
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘/var/www/vhosts/wpmeetups.com/httpdocs/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
Question: Will the following correction to 2 core files correct this problem:
You’ll actually need to patch two CORE files, to make this work now.
wp-includes/wpmu-functions.php on line 317 and line 352
Change _init to __constuct
And then in wp-includes/capabilites.php on line 84 and 99
Change _init to __constuct
Ugh… I hope this is fixed soon.
Thanks for the warning …. haha … … I did not want to go down the wrong path and waste a lot of time.
Question regarding integration of bbPress 1.01 + WPMU 2.8.1 beta + BuddyPress 1.0.2
Will there be any steps that can be eliminated with the above integration steps with new release of 2.8.1 beta?