Player not working on New install

I am testing out Xibo for my company and do like this software a lot. I have moved from design to deployment and can’t get any of the players to function. I have the CMS address of htttp://IP/xibo and get this wierd error;

Status
Client found response content type of ‘text/html; charset=UTF-8’, but expected ‘text/xml’.
The request failed with the error message:


Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0

Warning: Cannot modify header information - headers already sent in Unknown on line 0
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0"?> 9000000000010IBottom Right110001error20003EDITED FOR PRIVACY0

–.

Not sure exactly what it wants here. would greatly appreciate any assistance!

Removed for security

Could you please open php.ini
find the following line:

always_populate_raw_post_data

make sure it is set to -1 and that it’s not commented out (no “;” before this line)

Excellent, worked perfectly! Thank you!