Deep Integration Issue
-
Okay. I figured out what I was doing wrong with everything else, but this one has me stumped.
I’m attempting to deep integrate WP 2.8 and BP 1.0 RC3.
I’m using the following:
if ( !defined( ‘ABSPATH’ ) ) {
include_once( ‘/home/content/a/m/a/amaron11/html/wp-load.php’ );
}
From here: http://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk#post-21572
I will note that even changing that to wp-blog-header.php gives me the same problem.
When not commented out, that set of lines causes a 500 Internal Server Error when attempting to access the dashboard.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
However, it does not cause this error for either the blog page or the forum page. They do load quite slowly though.
I’m utterly confused by this one. And ready to go to bed. I hope someone has some sort of guidance when I wake up in the morning!
- You must be logged in to reply to this topic.