This is my fix of this problem. Replace the last line in integrationapi/index.php by the following:
// service the methods
if(!isset($GLOBALS['HTTP_RAW_POST_DATA']) && $postRawData = @file_get_contents("php://input") ){
$GLOBALS['HTTP_RAW_POST_DATA']= $postRawData;
}
$server->service(isset($GLOBALS['HTTP_RAW_POST_DATA']) ? $GLOBALS['HTTP_RAW_POST_DATA'] : '');I consider it will be helpful.
This post has been edited by Andrew Gillard: 07 September 2009 - 10:31 AM
Reason for edit: Fixing IPB 2 code
Sign In »
Register Now!
Help

Back to top








