Forum Replies Created
-
@JJJ: This is the only thing I see in my logs.. If I loop it up, it says that it is ‘moved permanently’.. Does this mean I did something wrong?
[17/Jul/2009:10:44:31 +0200] “GET /my/forum HTTP/1.1” 301 236
[17/Jul/2009:10:44:31 +0200] “GET /my/forum/ HTTP/1.1” 200 –
@Rohan: Only the bbpress site dissapears.. The WPMU side has no problems.. But the bbpress site only dissapears with the code above.
@Rohan: Nope, that trick didn’t work..
But if I delete the following from the bb-config file the site shows up again:
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘my/domain/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
@i Rohan: admin get me the same lovely white screen.
Edit:
My apache acces log shows the following: 127.0.0.1 – – [16/Jul/2009:19:31:35 +0200] “GET /forum/ HTTP/1.1” 200 –
JJJ, my bad.. you’re right.. I was running 0.9x.. Now I upgraded to 1.0.1, but now I got a white screen.. Like R-A-Y says.. upgrading really isn’t any fun..!
I think I really messed something up… I get the following error:
Fatal error: Cannot redeclare update_user_status() (previously declared in Imy\domain\wp-admin\includes\mu.php:417) in my\domain\bb-includes\functions.php on line 1249
Someone had a similar thing going on? Hope someone could help me out… Thanks!
Thank you very much…!!!
I am very interested in this topic, but have none to very less programming experience… I wished I could help you out… I am trying this also already this out on localhost…