Archived topic
Deprecated PHP Error Message
2 replies · Started by James on May 23, 2017
I am getting:
[18-May-2017 12:23:36 America/Detroit] PHP 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
Please advise as to remedy
I believe 'tis a hosting issue as it references "php.ini" which is server side hosting (or if it could be maybe your local server if you do that sort of thing)...so I think you're using an older version of php on your hosting server.
Here yah go, read this: PHP 5.6: “Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version.”
Thank you!