Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Group forums not working? On a DV?


John James Jacoby
Keymaster

@johnjamesjacoby

Burt, I hope it’s okay to post this in this topic. I didn’t want to muck up the sticky so I figured this might be best?

I did your debug trick, and this is what I got out of it…

TRANS:array(3) {
["headers"]=>
array(11) {
["date"]=>
string(29) "Thu, 19 Feb 2009 06:38:04 GMT"
["server"]=>
string(6) "Apache"
["cache-control"]=>
string(62) "no-store, no-cache, must-revalidate, post-check=0, pre-check=0"
["expires"]=>
string(29) "Thu, 19 Nov 1981 08:52:00 GMT"
["pragma"]=>
string(8) "no-cache"
["x-pingback"]=>
string(50) "http://delsolownersclub.com/discussions/xmlrpc.php"
["x-powered-by"]=>
string(9) "PHP/5.2.8"
["set-cookie"]=>
string(50) "PHPSESSID=3b8ae666f00ea382cab1706711f718d7; path=/"
["last-modified"]=>
string(29) "Thu, 19 Feb 2009 06:38:05 GMT"
["transfer-encoding"]=>
string(7) "chunked"
["content-type"]=>
string(24) "text/html; charset=UTF-8"
}
["body"]=>
string(18499) [...]
["response"]=>
array(2) {
["code"]=>
int(404)
["message"]=>
string(9) "Not Found"
}
}

Now, the URL for x-pingback is valid, I know it is because I’m looking right at it now. I’m assuming that the 404 is for that file, responding back saying it can’t find it? Is it possible that my .htaccess is disallowing it? Hmm….

WAIT I know what it is! Maybe… When I try to access that file directly, I get a redeclare error, something to do with IXR_IntrospectionServer. My guess is this deep integration business is causing it to be included twice…

Skip to toolbar