Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,020
- How-to & Troubleshooting
- 129,648
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
I did put the call just before the close of the header and still got the fatal error above.
Just to double check, is this correct code to load WPMU?
[at the top of bb-config.php]
if ( !defined( \’ABSPATH\’ ) ) {
include_once( \’http://mysite.com/wp-load.php\’ );
}
Otherwise, I\’m not sure what else could be wrong.