[Vtigercrm-commits] [vtiger development] #5370: SOAP Services Fix Required
vtiger development
vtiger-tickets at trac.vtiger.com
Thu Sep 25 11:19:06 EDT 2008
#5370: SOAP Services Fix Required
-----------------------+----------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Keywords: |
-----------------------+----------------------------------------------------
vtiger plugin fail to work on some server based on PHP configuration
The following fix might be good to add on the server side:
{{{
if (!isset($HTTP_RAW_POST_DATA)){
$HTTP_RAW_POST_DATA = file_get_contents('php://input');
}
/* Begin the HTTP listener service and exit. */
$server->service($HTTP_RAW_POST_DATA);
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5370>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list