SOAP Requires always_populate_raw_post_data?


(Nic Hubbard) #1

I have a user reporting to me that when they are trying to use the SOAP CreateAsset function, they get the following error:

    PHP-SOAP requires 'always_populate_raw_post_data' to be on please check your php.ini file


Is this just something that always needs to be turned on? I have not seen this issue on other servers.

(Benjamin Pearson) #2

[quote]
I have a user reporting to me that when they are trying to use the SOAP CreateAsset function, they get the following error:


    PHP-SOAP requires 'always_populate_raw_post_data' to be on please check your php.ini file


Is this just something that always needs to be turned on? I have not seen this issue on other servers.
[/quote]

The error message is coming from PHP itself, so it might come down to the version of PHP you have installed.
That is, the version you see the error it is not set but other versions it is set.

(Nic Hubbard) #3

[quote]
The error message is coming from PHP itself, so it might come down to the version of PHP you have installed.

That is, the version you see the error it is not set but other versions it is set.

[/quote]



Thanks.